Skip to content

Commit a1e16c2

Browse files
authored
Merge pull request #99 from pythonfluente/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 8875715 + 785c506 commit a1e16c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
Publish:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- uses: actions/setup-node@v4
1313
with:
1414
node-version: 18

0 commit comments

Comments
 (0)