Skip to content

Commit 87b7b73

Browse files
Bump actions/checkout from 4 to 5 in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 78798e4 commit 87b7b73

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 22.04 x86_64
1616
runs-on: ubuntu-22.04
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
submodules: recursive
2121
tags: true
@@ -87,7 +87,7 @@ jobs:
8787
pypi_arch: manylinux2014_aarch64
8888

8989
steps:
90-
- uses: actions/checkout@v4
90+
- uses: actions/checkout@v5
9191
with:
9292
submodules: recursive
9393
tags: true
@@ -134,7 +134,7 @@ jobs:
134134
wheel_arch: 11_0_arm64
135135
runs_on: macos-14
136136
steps:
137-
- uses: actions/checkout@v4
137+
- uses: actions/checkout@v5
138138
with:
139139
submodules: recursive
140140
tags: true
@@ -190,7 +190,7 @@ jobs:
190190
wheel_arch: win_arm64
191191

192192
steps:
193-
- uses: actions/checkout@v4
193+
- uses: actions/checkout@v5
194194
with:
195195
submodules: recursive
196196
tags: true

0 commit comments

Comments
 (0)