We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f69b89 commit a0e53c7Copy full SHA for a0e53c7
.github/workflows/pr.yaml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout
11
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.4
12
13
- name: Set up Go
14
uses: actions/setup-go@v2
.github/workflows/release.yaml
@@ -23,7 +23,7 @@ jobs:
23
24
25
id: checkout
26
27
with:
28
fetch-depth: 0
29
0 commit comments