Skip to content

Commit d286935

Browse files
authored
Merge pull request #2732 from govuk-forms/dependabot/github_actions/actions/setup-node-6.4.0
Bump actions/setup-node from 6.3.0 to 6.4.0
2 parents 6841486 + 7e7fe4e commit d286935

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
44+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4545
with:
4646
node-version-file: ".nvmrc"
4747
cache: "npm"

0 commit comments

Comments
 (0)