Skip to content

Commit

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

Bump actions/setup-node from 4.0.2 to 4.0.3
owenatgov authored Aug 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents a6ae0c7 + cc11150 commit 2245085
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
@@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4.1.7

- name: Setup Node.js
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.3
with:
cache: npm
node-version-file: .nvmrc
2 changes: 1 addition & 1 deletion .github/workflows/saucelabs.yaml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4.1.7

- name: Setup Node.js
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.3
with:
cache: npm
node-version-file: .nvmrc
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4.1.7

- name: Setup Node.js
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.3
with:
cache: npm
node-version-file: .nvmrc

0 comments on commit 2245085

Please sign in to comment.