Skip to content

Commit 4f33d2f

Browse files
chore(deps): bump the actions group with 3 updates (#1051)
* chore(deps): bump the actions group with 3 updates Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). 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) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) Updates `actions/attest-build-provenance` from 2 to 3 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/attest-build-provenance dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> * Change cmake installation to uninstall if exists * Update .github/workflows/wheels.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <[email protected]>
1 parent 8dc4b65 commit 4f33d2f

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

.github/workflows/emscripten.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Pyodide cibuildwheel
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
with:
2424
submodules: true
2525
fetch-depth: 0

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
examples:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
2121
submodules: true

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install requirements
2626
run: apt-get update && apt-get install -y python3-dev python3-pip git ninja-build
2727

28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
with:
3030
fetch-depth: 0
3131
submodules: true
@@ -44,7 +44,7 @@ jobs:
4444
name: PyLint
4545

4646
steps:
47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v5
4848
with:
4949
fetch-depth: 0
5050
submodules: true
@@ -68,7 +68,7 @@ jobs:
6868
- python-version: "pypy3.11"
6969

7070
steps:
71-
- uses: actions/checkout@v4
71+
- uses: actions/checkout@v5
7272
with:
7373
fetch-depth: 0
7474
submodules: true
@@ -122,7 +122,7 @@ jobs:
122122
only: cp311-win_arm64
123123

124124
steps:
125-
- uses: actions/checkout@v4
125+
- uses: actions/checkout@v5
126126
with:
127127
submodules: true
128128
fetch-depth: 0

.github/workflows/weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
with:
1616
submodules: true
1717

.github/workflows/wheels.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Build SDist
3030
runs-on: ubuntu-24.04
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
with:
3434
fetch-depth: 0
3535
submodules: true
@@ -93,7 +93,7 @@ jobs:
9393
build: "*musllinux*"
9494

9595
steps:
96-
- uses: actions/checkout@v4
96+
- uses: actions/checkout@v5
9797
with:
9898
fetch-depth: 0
9999
submodules: true
@@ -124,12 +124,12 @@ jobs:
124124
runs-on: [macos-14, macos-13]
125125

126126
steps:
127-
- uses: actions/checkout@v4
127+
- uses: actions/checkout@v5
128128
with:
129129
fetch-depth: 0
130130
submodules: true
131131

132-
- run: brew upgrade cmake
132+
- run: brew uninstall cmake; brew install cmake
133133

134134
- uses: pypa/[email protected]
135135
env:
@@ -153,7 +153,7 @@ jobs:
153153
# matrix:
154154
# runs-on: [ubuntu-latest, macos-latest]
155155
# steps:
156-
# - uses: actions/checkout@v4
156+
# - uses: actions/checkout@v5
157157
# with:
158158
# fetch-depth: 0
159159
# submodules: true
@@ -186,7 +186,7 @@ jobs:
186186
contents: read
187187

188188
steps:
189-
- uses: actions/download-artifact@v4
189+
- uses: actions/download-artifact@v5
190190
with:
191191
pattern: wheels-*
192192
merge-multiple: true
@@ -196,7 +196,7 @@ jobs:
196196
run: ls -lh dist
197197

198198
- name: Generate artifact attestation for sdist and wheels
199-
uses: actions/attest-build-provenance@v2
199+
uses: actions/attest-build-provenance@v3
200200
with:
201201
subject-path: "dist/boost_histogram-*"
202202

@@ -211,7 +211,7 @@ jobs:
211211
needs: [build_wheels]
212212
runs-on: ubuntu-latest
213213
steps:
214-
- uses: actions/download-artifact@v4
214+
- uses: actions/download-artifact@v5
215215
with:
216216
pattern: wheels-*
217217
merge-multiple: true

0 commit comments

Comments
 (0)