Skip to content

Commit 53475ca

Browse files
Bump the actions group with 6 updates
Bumps the actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `7` | `8` | | [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) | `3.2.0` | `4.1.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `6` | `7` | | [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) | `0.9.4` | `0.9.5` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.5.2` | `6.0.0` | Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) Updates `actions/attest-build-provenance` from 3.2.0 to 4.1.0 - [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@v3.2.0...v4.1.0) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `prefix-dev/setup-pixi` from 0.9.4 to 0.9.5 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.9.4...v0.9.5) Updates `codecov/codecov-action` from 5.5.2 to 6.0.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.5.2...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/attest-build-provenance dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: codecov/codecov-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3115f06 commit 53475ca

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
if: github.event_name == 'release' && github.event.action == 'published'
4444

4545
steps:
46-
- uses: actions/download-artifact@v7
46+
- uses: actions/download-artifact@v8
4747
with:
4848
name: Packages
4949
path: dist
5050

5151
- name: Generate artifact attestation for sdist and wheel
52-
uses: actions/attest-build-provenance@v3.2.0
52+
uses: actions/attest-build-provenance@v4.1.0
5353
with:
5454
subject-path: "dist/*"
5555

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
cache-key: ${{ steps.pixi-lock.outputs.cache-key }}
2828
pixi-version: ${{ steps.pixi-lock.outputs.pixi-version }}
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v6
3131
- uses: Parcels-code/pixi-lock/create-and-cache@38495788b79a5ff26009aecc15daa9a8310b8832 # v0.1.0
3232
id: pixi-lock
33-
- uses: actions/upload-artifact@v6 # make available as an artifact for local testing
33+
- uses: actions/upload-artifact@v7 # make available as an artifact for local testing
3434
with:
3535
name: pixi-lock
3636
path: pixi.lock
@@ -54,7 +54,7 @@ jobs:
5454
- uses: Parcels-code/pixi-lock/restore@38495788b79a5ff26009aecc15daa9a8310b8832 # v0.1.0
5555
with:
5656
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
57-
- uses: prefix-dev/setup-pixi@v0.9.4
57+
- uses: prefix-dev/setup-pixi@v0.9.5
5858
with:
5959
cache: true
6060
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
@@ -66,7 +66,7 @@ jobs:
6666
--durations=20
6767

6868
- name: Upload coverage report
69-
uses: codecov/codecov-action@v5.5.2
69+
uses: codecov/codecov-action@v6.0.0
7070
with:
7171
token: ${{ secrets.CODECOV_TOKEN }}
7272
# typechecking:
@@ -75,13 +75,13 @@ jobs:
7575
# if: false
7676
# needs: cache-pixi-lock
7777
# steps:
78-
# - uses: actions/checkout@v4
78+
# - uses: actions/checkout@v6
7979
# with:
8080
# fetch-depth: 0
8181
# - uses: Parcels-code/pixi-lock/restore@38495788b79a5ff26009aecc15daa9a8310b8832 # v0.1.0
8282
# with:
8383
# cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
84-
# - uses: prefix-dev/setup-pixi@v0.9.4
84+
# - uses: prefix-dev/setup-pixi@v0.9.5
8585
# with:
8686
# cache: true
8787
# pixi-version: ${{ needs.cache-pixi-lock.outputs.pixi-version }}

0 commit comments

Comments
 (0)