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 6603570 commit 7c7ab9fCopy full SHA for 7c7ab9f
.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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 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