Skip to content

Commit 20aaff1

Browse files
authored
Merge pull request #2614 from alphagov/dependabot/github_actions/actions/setup-node-6.3.0
Bump actions/setup-node from 6.2.0 to 6.3.0
2 parents 9f27d9a + 70ce6fa commit 20aaff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4343
- name: Install Node.js
44-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
44+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
4545
with:
4646
node-version-file: ".nvmrc"
4747
cache: "npm"

0 commit comments

Comments
 (0)