Skip to content

Commit bd9d226

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0 (#807)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 123b0a8 commit bd9d226

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
timeout-minutes: 5
2020
steps:
21-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
21+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
2222
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
2323
with:
2424
go-version-file: 'go.mod'
@@ -34,7 +34,7 @@ jobs:
3434
name: Lint
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
37+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
3838
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
3939
with:
4040
go-version-file: 'tools/go.mod'
@@ -108,7 +108,7 @@ jobs:
108108
- '8.14.3'
109109
- '8.15.0'
110110
steps:
111-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
111+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
112112
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
113113
with:
114114
go-version-file: 'go.mod'

0 commit comments

Comments
 (0)