Skip to content

Commit be6b6ce

Browse files
authored
Merge pull request #355 from cake-contrib/renovate/actions-checkout-digest
(maint) Update actions/checkout digest to eef6144
2 parents 9e2c687 + c14a5c0 commit be6b6ce

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

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

4545
steps:
4646
- name: Checkout the repository
47-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
47+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
4848
- name: Fetch all tags and branches
4949
run: git fetch --prune --unshallow
5050
- uses: actions/[email protected]

.github/workflows/codeql-analysis.yml

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

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
33+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
3434
with:
3535
fetch-depth: 0
3636

.github/workflows/publishDocs.yml

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

1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
18+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1919

2020
- name: Fetch all tags and branches
2121
run: git fetch --prune --unshallow

.github/workflows/updateToc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
1818

1919
steps:
20-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
20+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
2121
with:
2222
fetch-depth: 0
2323
ref: ${{ github.event.ref }}

0 commit comments

Comments
 (0)