Skip to content

Commit 2ffc93e

Browse files
chore(deps): bump actions/checkout from 2.7.0 to 4.2.2 (#10)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.7.0 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v2.7.0...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout 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 abb2d09 commit 2ffc93e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gotest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
timeout-minutes: 5
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v4.2.2
1919
- uses: actions/setup-go@v2
2020
with:
2121
go-version: 1.22.8

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
goreleaser:
1717
runs-on: ubuntu-latest-8-cores
1818
steps:
19-
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
19+
- uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb # v2.7.0
2020
with:
2121
# Allow goreleaser to access older tag information.
2222
fetch-depth: 0

0 commit comments

Comments
 (0)