Skip to content

Commit

Permalink
chore(dependencies): Update actions/setup-node action to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 15, 2025
1 parent f4d96fc commit 36535b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
go-version: "1.22.3"
- name: "Setup node"
uses: "actions/setup-node@v4.0.2"
uses: "actions/setup-node@v4.2.0"
with:
node-version: "22.2.0"
- name: "Setup goreleaser"
Expand Down

0 comments on commit 36535b5

Please sign in to comment.