Skip to content

Commit b31a91d

Browse files
authored
Merge pull request #467 from gofiber/dependabot/github_actions/actions/setup-node-6
2 parents b477852 + 506e7ee commit b31a91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
github_token: ${{ secrets.GITHUB_TOKEN }}
3535
- uses: actions/checkout@v4
3636

37-
- uses: actions/setup-node@v4
37+
- uses: actions/setup-node@v6
3838
with:
3939
node-version: 20
4040
cache: npm

0 commit comments

Comments
 (0)