Skip to content

Commit 6572cfa

Browse files
Bump actions/checkout from 4.2.2 to 5.0.0 (#96)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d158dc2 commit 6572cfa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
goreleaser:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.5.4
20+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.5.4
2121
with:
2222
# Allow goreleaser to access older tag information.
2323
fetch-depth: 0

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
timeout-minutes: 5
2424
steps:
25-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
25+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2626
- uses: actions/setup-go@v5
2727
with:
2828
go-version-file: "go.mod"
@@ -37,7 +37,7 @@ jobs:
3737
generate:
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
40+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4141
- uses: actions/setup-go@v5
4242
with:
4343
go-version-file: "go.mod"
@@ -64,7 +64,7 @@ jobs:
6464
- "1.9.*"
6565
- "1.10.*"
6666
steps:
67-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
67+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
6868
- uses: actions/setup-go@v5
6969
with:
7070
go-version-file: "go.mod"

0 commit comments

Comments
 (0)