Skip to content

Commit 1cb75ce

Browse files
Chore(deps): Bump actions/checkout from 4.2.2 to 5.0.0 (#1469)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a880c9d commit 1cb75ce

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id: go
4141

4242
- name: Check out code into the Go module directory
43-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444

4545
- name: Tidy SDK Modules
4646
run: go mod tidy
@@ -93,7 +93,7 @@ jobs:
9393
id: go
9494

9595
- name: Check out code into the Go module directory
96-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
96+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9797

9898
- name: Prepare Hiero Solo
9999
if: success() && matrix.test-type == 'e2e'
@@ -166,7 +166,7 @@ jobs:
166166
id: go
167167

168168
- name: Check out code into the Go module directory
169-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
169+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
170170

171171
- name: Install Task
172172
run: go install github.com/go-task/task/v3/cmd/task@v3.17.0
@@ -209,7 +209,7 @@ jobs:
209209
id: go
210210

211211
- name: Check out code into the Go module directory
212-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
212+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
213213

214214
- name: Tidy TCK Modules
215215
run: go mod tidy

0 commit comments

Comments
 (0)