Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit ddd758e

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 23a939c commit ddd758e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-go@v3
2020
with:
2121
go-version: 1.18
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- name: golangci-lint
2424
uses: golangci/golangci-lint-action@v3
2525
with:

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-go@v3
1616
with:
1717
go-version: 1.18
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- run: make test
2020

2121
codecov:
@@ -25,6 +25,6 @@ jobs:
2525
- uses: actions/setup-go@v3
2626
with:
2727
go-version: 1.18
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- run: make coverage
3030
- run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)