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 e4fb99c commit bc87a55Copy full SHA for bc87a55
2 files changed
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+ - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
16
with:
17
persist-credentials: false
18
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
.github/workflows/publish-release.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Checkout
30
if: ${{ github.event.inputs.force-npm-publish || steps.release.outputs.release_created }}
31
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
32
33
34
0 commit comments