We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7570f2 commit 66e00ceCopy full SHA for 66e00ce
.github/workflows/check-new.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: windows-latest
13
steps:
14
- name: Checkout the repository
15
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
+ uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
16
- name: Set github user
17
run: |
18
git config user.name github-actions
.github/workflows/run-manually.yml
@@ -16,7 +16,7 @@ jobs:
19
20
- name: Do Check
21
uses: cake-build/cake-action@1223b6fa067ad192159f43b50cd4f953679b0934 # v2.0.0
22
with:
0 commit comments