Skip to content

Commit 4f93f35

Browse files
authored
Merge pull request #17 from Nec0ti/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 667d6d4 + 117c59e commit 4f93f35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
publish:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
12-
- uses: actions/setup-node@v4
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v3
1313
with:
1414
node-version: 16
1515
registry-url: https://registry.npmjs.org/

0 commit comments

Comments
 (0)