Skip to content

Commit b4e98cc

Browse files
chore(deps): update actions/checkout digest to 692973e
1 parent 7a256d7 commit b4e98cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: e1himself/[email protected]
3131

3232
- name: 📦 Check out the codebase
33-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
33+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3434
with:
3535
fetch-depth: 0
3636

.github/workflows/shellcheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: 📦 Check out the codebase
16-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
16+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1717
with:
1818
fetch-depth: 0
1919

.github/workflows/upload-assets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: 📦 Check out the codebase
17-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
17+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1818
with:
1919
fetch-depth: 0
2020

0 commit comments

Comments
 (0)