Skip to content

Commit 15a361f

Browse files
Chore(deps): Bump actions/checkout from 5.0.0 to 5.0.1 (#1567)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...93cb6ef) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 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 1c8ff5c commit 15a361f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
43+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
96+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
9797

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

167167
- name: Check out code into the Go module directory
168-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
168+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
169169

170170
- name: Prepare Hiero Solo
171171
id: solo
@@ -221,7 +221,7 @@ jobs:
221221
id: go
222222

223223
- name: Check out code into the Go module directory
224-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
224+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
225225

226226
- name: Install Task
227227
run: go install github.com/go-task/task/v3/cmd/[email protected]
@@ -262,7 +262,7 @@ jobs:
262262
id: go
263263

264264
- name: Check out code into the Go module directory
265-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
265+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
266266

267267
- name: Tidy TCK Modules
268268
run: go mod tidy

0 commit comments

Comments
 (0)