Skip to content

Commit 8a18034

Browse files
build(deps): bump actions/checkout from 3 to 5 (#212)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fc0cfd3 commit 8a18034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
uses: actions/setup-go@v4
1818
with:
1919
go-version: ${{ matrix.go }}
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v5
2121
- name: Test
2222
run: go test -v -cover .

0 commit comments

Comments
 (0)