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 aaa9590 commit 9622ecfCopy full SHA for 9622ecf
1 file changed
.github/workflows/deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
if: github.event_name != 'push'
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
+ - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
18
with:
19
fetch-depth: 0
20
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
@@ -31,7 +31,7 @@ jobs:
31
if: github.event_name != 'pull_request'
32
33
34
35
36
37
0 commit comments