Skip to content

Commit bb9bf49

Browse files
authored
Merge pull request #1949 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 056dc46 + 0bc3201 commit bb9bf49

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
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
5555
- name: Install Node.js
56-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
56+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
5757
with:
5858
node-version-file: ".nvmrc"
5959
cache: "npm"

0 commit comments

Comments
 (0)