Skip to content

Commit 2032d62

Browse files
authored
Merge pull request #637 from devmehq/renovate-actions-checkout-digest
chore(deps): update actions/checkout digest to 692973e
2 parents 62e1a8f + 814756c commit 2032d62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
workflow_id: ci.yml
3737
access_token: ${{ github.token }}
3838

39-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
39+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
4040
with:
4141
fetch-depth: 30
4242

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
workflow_id: release.yml
3131
access_token: ${{ github.token }}
3232

33-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
33+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3434
with:
3535
fetch-depth: 30
3636

0 commit comments

Comments
 (0)