Skip to content

Commit 4cd7b36

Browse files
authored
Merge pull request #381 from jpillora/dependabot/github_actions/actions/checkout-3.1.0
Bump actions/checkout from 2 to 3.1.0
2 parents e814c44 + fdc1e10 commit 4cd7b36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
go-version: ${{ matrix.go-version }}
2121
- name: Checkout code
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v3.1.0
2323
- name: Build
2424
run: go build -v .
2525
- name: Test
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Check out code
41-
uses: actions/checkout@v2
41+
uses: actions/checkout@v3.1.0
4242
- name: goreleaser
4343
if: success()
4444
uses: docker://goreleaser/goreleaser:latest

0 commit comments

Comments
 (0)