Skip to content

Commit d41e191

Browse files
Bump actions/checkout from 5 to 6 in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0e3e47 commit d41e191

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Ubuntu 24.04 x86_64
1616
runs-on: ubuntu-24.04
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
with:
2020
submodules: recursive
2121
tags: true
@@ -88,7 +88,7 @@ jobs:
8888
pypi_arch: manylinux2014_aarch64
8989

9090
steps:
91-
- uses: actions/checkout@v5
91+
- uses: actions/checkout@v6
9292
with:
9393
submodules: recursive
9494
tags: true
@@ -135,7 +135,7 @@ jobs:
135135
wheel_arch: 11_0_arm64
136136
runs_on: macos-14
137137
steps:
138-
- uses: actions/checkout@v5
138+
- uses: actions/checkout@v6
139139
with:
140140
submodules: recursive
141141
tags: true
@@ -191,7 +191,7 @@ jobs:
191191
wheel_arch: win_arm64
192192

193193
steps:
194-
- uses: actions/checkout@v5
194+
- uses: actions/checkout@v6
195195
with:
196196
submodules: recursive
197197
tags: true

0 commit comments

Comments
 (0)