Skip to content

Commit d4b6640

Browse files
Bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) Updates `pypa/cibuildwheel` from 3.4.1 to 4.1.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.4.1...v4.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/cibuildwheel dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8f49a55 commit d4b6640

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/build_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: ["3.14"]
1818
steps:
1919

20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121
with:
2222
submodules: true
2323

.github/workflows/build_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python-version: ["3.14"]
1515
steps:
1616

17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818
with:
1919
submodules: true
2020

.github/workflows/build_old.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: ["3.14"]
1818
steps:
1919

20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121
with:
2222
submodules: true
2323

.github/workflows/cibuildwheel.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Build source distribution
1919
runs-on: ubuntu-22.04
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222
with:
2323
fetch-depth: 0
2424

@@ -59,7 +59,7 @@ jobs:
5959
arch: aarch64
6060

6161
steps:
62-
- uses: actions/checkout@v6
62+
- uses: actions/checkout@v7
6363
with:
6464
fetch-depth: 0
6565

@@ -85,7 +85,7 @@ jobs:
8585
if: ${{ github.event_name }} == "pull_request"
8686

8787
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
88-
uses: pypa/cibuildwheel@v3.4.1
88+
uses: pypa/cibuildwheel@v4.1.0
8989
env:
9090
CIBW_ARCHS: ${{ matrix.arch }}
9191

@@ -110,7 +110,7 @@ jobs:
110110
arch: x86_64
111111

112112
steps:
113-
- uses: actions/checkout@v6
113+
- uses: actions/checkout@v7
114114
with:
115115
fetch-depth: 0
116116

@@ -128,7 +128,7 @@ jobs:
128128
python=${{ matrix.python-version }} libnetcdf=4.9.3 --channel conda-forge
129129
130130
- name: Build wheels for Windows/Mac
131-
uses: pypa/cibuildwheel@v3.4.1
131+
uses: pypa/cibuildwheel@v4.1.0
132132
env:
133133
CIBW_ARCHS: ${{ matrix.arch }}
134134

@@ -142,7 +142,7 @@ jobs:
142142
name: Build wheels for ARM64 on Windows
143143
runs-on: windows-11-arm
144144
steps:
145-
- uses: actions/checkout@v6
145+
- uses: actions/checkout@v7
146146
with:
147147
fetch-depth: 0
148148

@@ -167,7 +167,7 @@ jobs:
167167
echo "NETCDF4_DIR=C:\vcpkg\installed\arm64-windows" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
168168
169169
- name: Build wheels for Windows ARM64
170-
uses: pypa/cibuildwheel@v3.4.1
170+
uses: pypa/cibuildwheel@v4.1.0
171171
env:
172172
CIBW_ARCHS: ARM64
173173
CIBW_SKIP: "cp310-*"

.github/workflows/miniconda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
shell: bash -l {0}
3232

3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@v7
3535
with:
3636
submodules: true
3737

@@ -70,7 +70,7 @@ jobs:
7070
run:
7171
shell: bash -l {0}
7272
steps:
73-
- uses: actions/checkout@v6
73+
- uses: actions/checkout@v7
7474
with:
7575
submodules: true
7676

0 commit comments

Comments
 (0)