Skip to content

Commit f3af3a6

Browse files
Update actions/checkout digest to eef6144
1 parent cd1f5e8 commit f3af3a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Checkout the repository
45-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
45+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
4646

4747
- name: Fetch all tags and branches
4848
run: git fetch --prune --unshallow

.github/workflows/release-notes.yml

+1-1
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)