Skip to content

Commit 0877a09

Browse files
Bump actions/checkout from 4.1.3 to 4.1.4 (#46)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1d96c77...0ad4b8f) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dbcffc3 commit 0877a09

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

+1-1
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.5.4
20+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.5.4
2121
with:
2222
# Allow goreleaser to access older tag information.
2323
fetch-depth: 0

.github/workflows/test.yml

+3-3
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
25+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
40+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
4141
- uses: actions/setup-go@v5
4242
with:
4343
go-version-file: 'go.mod'
@@ -65,7 +65,7 @@ jobs:
6565
- '1.3.*'
6666
- '1.4.*'
6767
steps:
68-
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
68+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
6969
- uses: actions/setup-go@v5
7070
with:
7171
go-version-file: 'go.mod'

0 commit comments

Comments
 (0)