Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent b0c0863 commit 9eee921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/shipjs-manual-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
fetch-depth: 0
ref: master
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
- name: Get yarn cache
id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shipjs-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
fetch-depth: 0
ref: master
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
registry-url: 'https://registry.npmjs.org'
- name: Get yarn cache
Expand Down

0 comments on commit 9eee921

Please sign in to comment.