Skip to content

Commit 491bdbd

Browse files
Bump actions/checkout from 2.4.0 to 3.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.0...v3.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 775d389 commit 491bdbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
# Execute the checks inside the container instead the VM.
1010
container: golangci/golangci-lint:v1.31.0-alpine
1111
steps:
12-
- uses: actions/checkout@v2.4.0
12+
- uses: actions/checkout@v3.0.2
1313
- run: golangci-lint run -E goimports
1414

1515
unit-test:
1616
name: Unit test
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v2.4.0
19+
- uses: actions/checkout@v3.0.2
2020
- uses: actions/setup-go@v2.2.0
2121
with:
2222
go-version: 1.17
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
needs: [check, unit-test]
2929
steps:
30-
- uses: actions/checkout@v2.4.0
30+
- uses: actions/checkout@v3.0.2
3131
- uses: actions/setup-go@v2.2.0
3232
with:
3333
go-version: 1.17

0 commit comments

Comments
 (0)