Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent b04dc04 commit 9a2adbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changesets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Node.js 20
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
show-progress: false

- name: Setup node environment
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: 20
check-latest: true
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
show-progress: false

- name: Setup node environment
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: 20
check-latest: true
Expand Down

0 comments on commit 9a2adbe

Please sign in to comment.