Skip to content

Commit 355beb3

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

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@v1
18+
- uses: actions/checkout@v4
1919
with:
2020
submodules: recursive
2121

@@ -91,7 +91,7 @@ jobs:
9191
pypi_arch: manylinux2014_aarch64
9292

9393
steps:
94-
- uses: actions/checkout@v1
94+
- uses: actions/checkout@v4
9595
with:
9696
submodules: recursive
9797

@@ -142,7 +142,7 @@ jobs:
142142
wheel_arch: 11_0_arm64
143143
runs_on: macos-14
144144
steps:
145-
- uses: actions/checkout@v1
145+
- uses: actions/checkout@v4
146146
with:
147147
submodules: recursive
148148

@@ -197,7 +197,7 @@ jobs:
197197
wheel_arch: win_amd64
198198

199199
steps:
200-
- uses: actions/checkout@v1
200+
- uses: actions/checkout@v4
201201
with:
202202
submodules: recursive
203203

0 commit comments

Comments
 (0)