Skip to content

Commit

Permalink
Merge pull request #61 from mpalmer/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
mpalmer authored Nov 24, 2023
2 parents be79e6c + 500b17e commit ed44095
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: shfmt -d bin/* test/run

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18

Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: npm
node-version: 18
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: npm
node-version: 18
Expand Down

0 comments on commit ed44095

Please sign in to comment.