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 2d1077c commit f8d46d2Copy full SHA for f8d46d2
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18
with:
19
fetch-depth: 0
20
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
@@ -31,7 +31,7 @@ jobs:
31
if: github.event_name != 'pull_request'
32
33
34
35
36
37
0 commit comments