Skip to content

Commit d460191

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/setup-python](https://github.com/actions/setup-python) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) Updates `pypa/cibuildwheel` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/setup-python 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.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c0d210f commit d460191

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
submodules: true
2323

2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v6
25+
uses: actions/setup-python@v7
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828

.github/workflows/build_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
submodules: true
2020

2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v6
22+
uses: actions/setup-python@v7
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

.github/workflows/build_old.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
submodules: true
2323

2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v6
25+
uses: actions/setup-python@v7
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828

.github/workflows/cibuildwheel.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424

25-
- uses: actions/setup-python@v6
25+
- uses: actions/setup-python@v7
2626
name: Install Python
2727
with:
2828
python-version: 3.x
@@ -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@v4.1.0
88+
uses: pypa/cibuildwheel@v4.1.1
8989
env:
9090
CIBW_ARCHS: ${{ matrix.arch }}
9191

@@ -114,7 +114,7 @@ jobs:
114114
with:
115115
fetch-depth: 0
116116

117-
- uses: actions/setup-python@v6
117+
- uses: actions/setup-python@v7
118118
name: Install Python
119119
with:
120120
python-version: 3.x
@@ -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@v4.1.0
131+
uses: pypa/cibuildwheel@v4.1.1
132132
env:
133133
CIBW_ARCHS: ${{ matrix.arch }}
134134

@@ -146,7 +146,7 @@ jobs:
146146
with:
147147
fetch-depth: 0
148148

149-
- uses: actions/setup-python@v6
149+
- uses: actions/setup-python@v7
150150
name: Install Python
151151
with:
152152
python-version: 3.x
@@ -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@v4.1.0
170+
uses: pypa/cibuildwheel@v4.1.1
171171
env:
172172
CIBW_ARCHS: ARM64
173173
CIBW_SKIP: "cp310-*"

0 commit comments

Comments
 (0)