We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43c0711 + 4216c9f commit 3940835Copy full SHA for 3940835
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
-
22
name: Checkout
23
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
24
25
name: Unshallow
26
run: git fetch --prune --unshallow
.github/workflows/tests.yml
@@ -8,7 +8,7 @@ jobs:
8
9
10
11
12
13
name: Set up Go
14
uses: actions/setup-go@v2
0 commit comments