Skip to content

Commit

Permalink
Merge pull request #1814 from govuk-one-login/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/main/actions/setup-node-4

BAU: Bump actions/setup-node from 3 to 4
  • Loading branch information
whi-tw authored Jul 11, 2024
2 parents 00d8399 + 3cdc61e commit 5406b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyse-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.20.3
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-merge-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.20.3
- name: Get yarn cache directory path
Expand Down

0 comments on commit 5406b20

Please sign in to comment.