We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b482881 commit 75eb44bCopy full SHA for 75eb44b
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
node-version: [20.x]
12
13
steps:
14
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
15
- name: Use Node.js ${{ matrix.node-version }}
16
uses: actions/setup-node@v6
17
with:
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
18
19
20
- - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
21
22
23
0 commit comments