Skip to content

Commit

Permalink
Bump actions/setup-node from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 53e35ba commit 4378086
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
python-version: "3.10"
install-just: true
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: "npm"
Expand All @@ -35,7 +35,7 @@ jobs:
with:
python-version: "3.10"
install-just: true
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: "npm"
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: "opensafely-core/setup-action@v1"
with:
python-version: "3.11"
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: "npm"
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- uses: "opensafely-core/setup-action@v1"
with:
python-version: "3.11"
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: "npm"
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- uses: "opensafely-core/setup-action@v1"
with:
python-version: "3.11"
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: "npm"
Expand Down

0 comments on commit 4378086

Please sign in to comment.