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 499595f commit 7d0c44aCopy full SHA for 7d0c44a
2 files changed
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
node-version: [20.x]
12
13
steps:
14
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
+ - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
21
22
23
0 commit comments