Skip to content

Commit d0dc846

Browse files
Build: Bump the github-actions group across 1 directory with 3 updates (GH-24)
Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v5) Updates `pypa/cibuildwheel` from 3.0.0 to 3.1.4 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.0.0...v3.1.4) Updates `actions/download-artifact` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...634f93c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/cibuildwheel dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: scoder <[email protected]>
1 parent 8861fb3 commit d0dc846

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313

1414
- name: Set up Python
1515
uses: actions/setup-python@v5
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ${{ matrix.os }}
5858

5959
steps:
60-
- uses: actions/checkout@v4
60+
- uses: actions/checkout@v5
6161

6262
- name: Set up Python
6363
uses: actions/setup-python@v5
@@ -118,7 +118,7 @@ jobs:
118118
runs-on: ubuntu-latest
119119

120120
steps:
121-
- uses: actions/checkout@v4
121+
- uses: actions/checkout@v5
122122

123123
- name: Set up Python
124124
uses: actions/setup-python@v5
@@ -171,7 +171,7 @@ jobs:
171171
env: { MACOSX_DEPLOYMENT_TARGET: 11.0 }
172172

173173
steps:
174-
- uses: actions/checkout@v4
174+
- uses: actions/checkout@v5
175175

176176
- name: Set up Python
177177
uses: actions/setup-python@v5

.github/workflows/wheels.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
contents: write
4141

4242
steps:
43-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
43+
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.1
4444

4545
- name: Set up Python
4646
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
@@ -68,7 +68,7 @@ jobs:
6868
outputs:
6969
include: ${{ steps.set-matrix.outputs.include }}
7070
steps:
71-
- uses: actions/checkout@v4
71+
- uses: actions/checkout@v5
7272
- name: Install cibuildwheel
7373
# Nb. keep cibuildwheel version pin consistent with job below
7474
run: pipx install cibuildwheel==3.0.0
@@ -99,7 +99,7 @@ jobs:
9999

100100
steps:
101101
- name: Check out the repo
102-
uses: actions/checkout@v4
102+
uses: actions/checkout@v5
103103

104104
- name: Set up QEMU
105105
if: runner.os == 'Linux'
@@ -115,7 +115,7 @@ jobs:
115115
- name: Build faster Linux wheels
116116
# also build wheels with the most recent manylinux images and gcc
117117
if: runner.os == 'Linux' && !contains(matrix.only, 'i686')
118-
uses: pypa/[email protected].3
118+
uses: pypa/[email protected].4
119119
env:
120120
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_34
121121
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_34
@@ -160,7 +160,7 @@ jobs:
160160

161161
steps:
162162
- name: Check out the repo
163-
uses: actions/checkout@v4
163+
uses: actions/checkout@v5
164164

165165
- name: Download files
166166
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0

0 commit comments

Comments
 (0)