We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70f00e commit 3a5c3b9Copy full SHA for 3a5c3b9
.github/workflows/nodejs.yml
@@ -11,7 +11,7 @@ jobs:
11
node-version: [12.x]
12
13
steps:
14
- - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
15
16
- name: Use Node.js ${{ matrix.node-version }}
17
uses: actions/setup-node@v6
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-latest
30
31
32
33
34
- name: Update
35
run: |
0 commit comments