We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a786b58 + 844bdcd commit 64b05f2Copy full SHA for 64b05f2
2 files changed
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Checkout
22
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
+ uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
23
- name: Unshallow
24
run: git fetch --prune --unshallow
25
- name: Set up Go
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
8
9
10
11
12
13
0 commit comments