Skip to content

Commit dc5b49a

Browse files
authored
Merge pull request #67 from Code-Hex/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 9fe2242 + 3f6d86b commit dc5b49a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
go-version: 1.17.2
1919
- name: Check out code into the Go module directory
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121
- name: Vet
2222
run: make vet
2323
- name: Test

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
go-version: 1.17.2
1515
- name: Check out code into the Go module directory
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
- name: Run GoReleaser
1818
if: contains(github.ref, 'tags/v')
1919
uses: goreleaser/goreleaser-action@v2

0 commit comments

Comments
 (0)