Skip to content

Commit

Permalink
Merge pull request #1148 from Gabb-c/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-4.0.3

build(deps): bump actions/setup-node from 4.0.2 to 4.0.3
  • Loading branch information
Gabb-c authored Aug 5, 2024
2 parents 8c9d111 + 903efb5 commit 4a2cc1b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run_install: false

- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run_install: false

- name: Setup Node.js lts/iron
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: lts/iron
cache: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run_install: false

- name: Setup Node.js lts/iron
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: lts/iron
cache: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run_install: false

- name: Setup Node.js lts/iron
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: lts/iron
cache: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run_install: false

- name: Setup Node.js lts/iron
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: lts/iron
cache: pnpm
Expand Down

0 comments on commit 4a2cc1b

Please sign in to comment.