Skip to content

Commit 407bb23

Browse files
Bump actions/checkout from 2 to 3.1.0 (knqyf263#209)
1 parent 9a480aa commit 407bb23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
go-version: ${{ env.GO_VERSION }}
2121
- name: Checkout code
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v3.1.0
2323
with:
2424
fetch-depth: 0
2525
- name: Release

Diff for: .github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Test
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3.1.0
1919

2020
- name: Set up Go
2121
uses: actions/setup-go@v2

0 commit comments

Comments
 (0)