Skip to content

Commit 12f9132

Browse files
chore(deps): bump actions/checkout from 2 to 3 (#14)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ba0a9e commit 12f9132

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
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
go-version: "1.19"
2323
check-latest: true
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525
- uses: golangci/golangci-lint-action@v3
2626

2727
test:
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
go-version: "1.19"
3434
check-latest: true
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v3
3636
- name: "Run tests"
3737
run: go test -json ./... > test.json
3838
- name: "Annotate tests"

0 commit comments

Comments
 (0)