Skip to content

Commit

Permalink
chore(dependencies): Update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and erNail committed Feb 12, 2024
1 parent b74c5f3 commit aff84de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
with:
persist-credentials: false
- name: "Set up node and yarn"
uses: "actions/setup-node@v3.8.2"
uses: "actions/setup-node@v4.0.2"
with:
node-version: "18.18.0"
- name: "Install semantic-release"
Expand Down

0 comments on commit aff84de

Please sign in to comment.