Skip to content

Commit 154b82f

Browse files
build(deps): bump actions/checkout from 4.2.2 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ceb9b38 commit 154b82f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
with:
2222
go-version: ${{ matrix.go-version }}
2323
- name: Checkout code
24-
uses: actions/checkout@v4.2.2
24+
uses: actions/checkout@v5.0.0
2525
- name: Run tests
2626
run: go test -v -covermode=count ./...

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
platform: [ubuntu-latest]
1010
runs-on: ${{ matrix.platform }}
1111
steps:
12-
- uses: actions/checkout@v4.2.2
12+
- uses: actions/checkout@v5.0.0
1313
- name: golangci-lint
1414
uses: golangci/[email protected]
1515
with:

0 commit comments

Comments
 (0)