Skip to content

Commit

Permalink
Merge pull request #672 from alphagov/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-node-4.0.2

Bump actions/setup-node from 4.0.1 to 4.0.2
  • Loading branch information
36degrees authored Jun 5, 2024
2 parents 80ac9a2 + 22ae79c commit 83214e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node.js
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
cache: npm
node-version-file: .nvmrc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/saucelabs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node.js
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
cache: npm
node-version-file: .nvmrc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node.js
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
cache: npm
node-version-file: .nvmrc
Expand Down

0 comments on commit 83214e4

Please sign in to comment.