We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d683e7c commit 4966bbdCopy full SHA for 4966bbd
2 files changed
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
ruby-version: ${{ matrix.ruby }}
31
bundler-cache: true
32
- name: Setup Node.js
33
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
34
with:
35
node-version: '20'
36
cache: 'npm'
.github/workflows/jekyll.yml
@@ -28,7 +28,7 @@ jobs:
28
ruby-version: '3.2'
29
0 commit comments