We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 056dc46 + 0bc3201 commit bb9bf49Copy full SHA for bb9bf49
.github/workflows/test.yml
@@ -53,7 +53,7 @@ jobs:
53
with:
54
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
55
- name: Install Node.js
56
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
57
58
node-version-file: ".nvmrc"
59
cache: "npm"
0 commit comments