Skip to content

Commit 66e00ce

Browse files
chore(deps): update actions/checkout digest to eef6144 (#32)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e7570f2 commit 66e00ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: windows-latest
1313
steps:
1414
- name: Checkout the repository
15-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
15+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1616
- name: Set github user
1717
run: |
1818
git config user.name github-actions

.github/workflows/run-manually.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: windows-latest
1717
steps:
1818
- name: Checkout the repository
19-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
19+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
2020
- name: Do Check
2121
uses: cake-build/cake-action@1223b6fa067ad192159f43b50cd4f953679b0934 # v2.0.0
2222
with:

0 commit comments

Comments
 (0)