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 Oct 1, 2024
1 parent 6bb328c commit a34059f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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 a34059f

Please sign in to comment.