Skip to content

Commit 05cbc07

Browse files
renovate[bot]muhlba91
authored andcommitted
chore(deps): update actions/checkout digest to 692973e
1 parent dae6e70 commit 05cbc07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
40+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
4141
with:
4242
fetch-depth: 0
4343
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
31+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3232
with:
3333
fetch-depth: 0
3434

@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
46+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
4747
with:
4848
fetch-depth: 0
4949
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)