We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805c1dd commit d008e7dCopy full SHA for d008e7d
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
43
steps:
44
- name: Checkout the repository
45
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
46
47
- name: Fetch all tags and branches
48
run: git fetch --prune --unshallow
.github/workflows/release-notes.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
- name: Checkout the requested branch
14
15
16
17
- name: Cache Tools
0 commit comments