Skip to content

Commit 16b33e8

Browse files
actions: bump actions/checkout from v2.3.2 to v2.3.3 (#8)
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.2 to v2.3.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.2...a81bbbf) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0551c5 commit 16b33e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
go-version: ${{ matrix.go_version }}
3333
id: go
3434
- name: Check out code
35-
uses: actions/[email protected].2
35+
uses: actions/[email protected].3
3636
- name: Go mod verify
3737
run: go mod verify
3838
- name: Go vet normally

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
go-version: ${{ matrix.go_version }}
3232
id: go
3333
- name: Check out code
34-
uses: actions/[email protected].2
34+
uses: actions/[email protected].3
3535
- name: Go Test
3636
run: |
3737
go test -timeout 5m -race -v -covermode=atomic -coverprofile=coverage.out ./...
@@ -46,7 +46,7 @@ jobs:
4646
name: StaticCheck
4747
runs-on: ubuntu-latest
4848
steps:
49-
- uses: actions/[email protected].2
49+
- uses: actions/[email protected].3
5050
- name: check
5151
uses: grandcolline/[email protected]
5252
with:
@@ -57,7 +57,7 @@ jobs:
5757
name: Go Vet with Shadow
5858
runs-on: ubuntu-latest
5959
steps:
60-
- uses: actions/[email protected].2
60+
- uses: actions/[email protected].3
6161
- name: check
6262
uses: grandcolline/[email protected]
6363
with:

0 commit comments

Comments
 (0)