Skip to content

Commit a0e53c7

Browse files
1 parent 7f69b89 commit a0e53c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v2.3.4
1212

1313
- name: Set up Go
1414
uses: actions/setup-go@v2

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Checkout
2525
id: checkout
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v2.3.4
2727
with:
2828
fetch-depth: 0
2929

0 commit comments

Comments
 (0)