Skip to content

Commit 9cdf173

Browse files
[github-actions]: Bump actions/checkout from 5 to 6 (#57)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 2d08e6e commit 9cdf173

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: "${{ matrix.os }}"
6262
steps:
6363
# https://github.com/actions/checkout
64-
- uses: actions/checkout@v5
64+
- uses: actions/checkout@v6
6565

6666
# https://github.com/actions/setup-go/
6767
- name: Set up Go
@@ -101,7 +101,7 @@ jobs:
101101
runs-on: "${{ matrix.os }}"
102102
steps:
103103
# https://github.com/actions/checkout
104-
- uses: actions/checkout@v5
104+
- uses: actions/checkout@v6
105105

106106
# https://github.com/actions/setup-go/
107107
- name: Set up Go
@@ -134,7 +134,7 @@ jobs:
134134
working-directory: ./${{ inputs.mod_path }}
135135
steps:
136136
# https://github.com/actions/checkout
137-
- uses: actions/checkout@v5
137+
- uses: actions/checkout@v6
138138

139139
# https://github.com/actions/setup-go/
140140
- name: set up go

.github/workflows/sub_scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919

2020
# https://github.com/actions/checkout
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222

2323
# https://github.com/actions/setup-go/
2424
- name: Set up Go

0 commit comments

Comments
 (0)