Skip to content

Commit 00d18bf

Browse files
Bump the actions group with 3 updates (#10992)
Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `prefix-dev/setup-pixi` from 0.9.0 to 0.9.3 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.9.0...v0.9.3) --- 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/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 172ba1e commit 00d18bf

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/cache-pixi-lock.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
outputs:
1818
cache-id: ${{ steps.restore.outputs.cache-primary-key }}
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
2323
submodules: recursive
@@ -30,7 +30,7 @@ jobs:
3030
path: |
3131
pixi.lock
3232
key: ${{ steps.date.outputs.date }}_${{ inputs.pixi-version }}_${{hashFiles('pixi.toml')}}
33-
- uses: prefix-dev/[email protected].0
33+
- uses: prefix-dev/[email protected].3
3434
if: ${{ !steps.restore.outputs.cache-hit }}
3535
with:
3636
pixi-version: ${{ inputs.pixi-version }}
@@ -46,7 +46,7 @@ jobs:
4646
pixi.lock
4747
key: ${{ steps.restore.outputs.cache-primary-key }}
4848
- name: Upload pixi.lock
49-
uses: actions/upload-artifact@v4
49+
uses: actions/upload-artifact@v5
5050
with:
5151
name: pixi-lock
5252
path: pixi.lock

.github/workflows/ci-additional.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
path: |
6767
pixi.lock
6868
key: ${{ needs.cache-pixi-lock.outputs.cache-id }}
69-
- uses: prefix-dev/[email protected].0
69+
- uses: prefix-dev/[email protected].3
7070
with:
7171
pixi-version: ${{ env.PIXI_VERSION }}
7272
cache: true
@@ -108,7 +108,7 @@ jobs:
108108
path: |
109109
pixi.lock
110110
key: ${{ needs.cache-pixi-lock.outputs.cache-id }}
111-
- uses: prefix-dev/[email protected].0
111+
- uses: prefix-dev/[email protected].3
112112
with:
113113
pixi-version: ${{ env.PIXI_VERSION }}
114114
cache: true
@@ -157,7 +157,7 @@ jobs:
157157
path: |
158158
pixi.lock
159159
key: ${{ needs.cache-pixi-lock.outputs.cache-id }}
160-
- uses: prefix-dev/[email protected].0
160+
- uses: prefix-dev/[email protected].3
161161
with:
162162
pixi-version: ${{ env.PIXI_VERSION }}
163163
cache: true
@@ -214,7 +214,7 @@ jobs:
214214
path: |
215215
pixi.lock
216216
key: ${{ needs.cache-pixi-lock.outputs.cache-id }}
217-
- uses: prefix-dev/[email protected].0
217+
- uses: prefix-dev/[email protected].3
218218
with:
219219
pixi-version: ${{ env.PIXI_VERSION }}
220220
cache: true

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
path: |
9292
pixi.lock
9393
key: ${{ needs.cache-pixi-lock.outputs.cache-id }}
94-
- uses: prefix-dev/[email protected].0
94+
- uses: prefix-dev/[email protected].3
9595
with:
9696
pixi-version: ${{ env.PIXI_VERSION }}
9797
cache: true

.github/workflows/hypothesis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
path: |
7171
pixi.lock
7272
key: ${{ needs.cache-pixi-lock.outputs.cache-id }}
73-
- uses: prefix-dev/[email protected].0
73+
- uses: prefix-dev/[email protected].3
7474
with:
7575
pixi-version: ${{ env.PIXI_VERSION }}
7676
cache: true

.github/workflows/upstream-dev-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
path: |
7272
pixi.lock
7373
key: ${{ needs.cache-pixi-lock.outputs.cache-id }}
74-
- uses: prefix-dev/[email protected].0
74+
- uses: prefix-dev/[email protected].3
7575
with:
7676
pixi-version: ${{ env.PIXI_VERSION }}
7777
cache: true
@@ -128,7 +128,7 @@ jobs:
128128
path: |
129129
pixi.lock
130130
key: ${{ needs.cache-pixi-lock.outputs.cache-id }}
131-
- uses: prefix-dev/[email protected].0
131+
- uses: prefix-dev/[email protected].3
132132
with:
133133
pixi-version: ${{ env.PIXI_VERSION }}
134134
cache: true

0 commit comments

Comments
 (0)