Skip to content

Commit 2cba92e

Browse files
chore(deps): update actions/checkout digest to eef6144
1 parent 30535c4 commit 2cba92e

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
@@ -40,7 +40,7 @@ jobs:
4040
WYAM_DEPLOY_REMOTE: ${{ github.event.repository.html_url }}
4141
steps:
4242
- name: Checkout the repository
43-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
43+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
4444

4545
- name: Fetch all tags and branches
4646
run: git fetch --prune --unshallow

.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 #https://github.com/actions/checkout
18+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 #https://github.com/actions/checkout
1919
with:
2020
fetch-depth: 0 # GitVersion is somewhat irritated when fetch-depth is "1"....
2121
ref: ${{ github.event.ref }}

.github/workflows/release-notes.yml

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

1212
steps:
1313
- name: Checkout the requested branch
14-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
14+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1515
- name: Fetch all tags and branches
1616
run: git fetch --prune --unshallow
1717
- name: Cache Tools

0 commit comments

Comments
 (0)