Skip to content

Commit 12c696d

Browse files
MAINT: Bump version to pixi-lock caching action (#11201)
1 parent fba073e commit 12c696d

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/ci-additional.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- uses: actions/checkout@v6
48-
- uses: Parcels-code/pixi-lock/create-and-cache@9a2866f8258b87a3c616d5ad7d51c6cd853df78b
48+
- uses: Parcels-code/pixi-lock/create-and-cache@a9aee67fa67426e6b0297fa5bef80600572be153
4949
id: pixi-lock
5050
- uses: actions/upload-artifact@v6
5151
with:
@@ -72,7 +72,7 @@ jobs:
7272
echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
7373
7474
- name: Restore cached pixi lockfile
75-
uses: Parcels-code/pixi-lock/restore@9a2866f8258b87a3c616d5ad7d51c6cd853df78b
75+
uses: Parcels-code/pixi-lock/restore@a9aee67fa67426e6b0297fa5bef80600572be153
7676
with:
7777
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
7878
- uses: prefix-dev/setup-pixi@v0.9.4
@@ -110,7 +110,7 @@ jobs:
110110
with:
111111
fetch-depth: 0 # Fetch all history for all branches and tags.
112112
- name: Restore cached pixi lockfile
113-
uses: Parcels-code/pixi-lock/restore@9a2866f8258b87a3c616d5ad7d51c6cd853df78b
113+
uses: Parcels-code/pixi-lock/restore@a9aee67fa67426e6b0297fa5bef80600572be153
114114
with:
115115
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
116116
- uses: prefix-dev/setup-pixi@v0.9.4
@@ -155,7 +155,7 @@ jobs:
155155
with:
156156
fetch-depth: 0 # Fetch all history for all branches and tags.
157157
- name: Restore cached pixi lockfile
158-
uses: Parcels-code/pixi-lock/restore@9a2866f8258b87a3c616d5ad7d51c6cd853df78b
158+
uses: Parcels-code/pixi-lock/restore@a9aee67fa67426e6b0297fa5bef80600572be153
159159
with:
160160
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
161161
- uses: prefix-dev/setup-pixi@v0.9.4
@@ -204,7 +204,7 @@ jobs:
204204
fetch-depth: 0
205205

206206
- name: Restore cached pixi lockfile
207-
uses: Parcels-code/pixi-lock/restore@9a2866f8258b87a3c616d5ad7d51c6cd853df78b
207+
uses: Parcels-code/pixi-lock/restore@a9aee67fa67426e6b0297fa5bef80600572be153
208208
with:
209209
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
210210
- uses: prefix-dev/setup-pixi@v0.9.4
@@ -254,7 +254,7 @@ jobs:
254254
fetch-depth: 0 # Fetch all history for all branches and tags.
255255

256256
- name: Restore cached pixi lockfile
257-
uses: Parcels-code/pixi-lock/restore@9a2866f8258b87a3c616d5ad7d51c6cd853df78b
257+
uses: Parcels-code/pixi-lock/restore@a9aee67fa67426e6b0297fa5bef80600572be153
258258
with:
259259
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
260260
- uses: prefix-dev/setup-pixi@v0.9.4
@@ -302,7 +302,7 @@ jobs:
302302
fetch-depth: 0 # Fetch all history for all branches and tags.
303303

304304
- name: Restore cached pixi lockfile
305-
uses: Parcels-code/pixi-lock/restore@9a2866f8258b87a3c616d5ad7d51c6cd853df78b
305+
uses: Parcels-code/pixi-lock/restore@a9aee67fa67426e6b0297fa5bef80600572be153
306306
with:
307307
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
308308

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- uses: actions/checkout@v6
48-
- uses: Parcels-code/pixi-lock/create-and-cache@9a2866f8258b87a3c616d5ad7d51c6cd853df78b
48+
- uses: Parcels-code/pixi-lock/create-and-cache@a9aee67fa67426e6b0297fa5bef80600572be153
4949
id: pixi-lock
5050
- uses: actions/upload-artifact@v6
5151
with:
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
fetch-depth: 0 # Fetch all history for all branches and tags.
9898
- name: Restore cached pixi lockfile
99-
uses: Parcels-code/pixi-lock/restore@9a2866f8258b87a3c616d5ad7d51c6cd853df78b
99+
uses: Parcels-code/pixi-lock/restore@a9aee67fa67426e6b0297fa5bef80600572be153
100100
with:
101101
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
102102
- uses: prefix-dev/setup-pixi@v0.9.4

.github/workflows/hypothesis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
pixi-version: ${{ steps.pixi-lock.outputs.pixi-version }}
5353
steps:
5454
- uses: actions/checkout@v6
55-
- uses: Parcels-code/pixi-lock/create-and-cache@9a2866f8258b87a3c616d5ad7d51c6cd853df78b
55+
- uses: Parcels-code/pixi-lock/create-and-cache@a9aee67fa67426e6b0297fa5bef80600572be153
5656
id: pixi-lock
5757
- uses: actions/upload-artifact@v6
5858
with:
@@ -78,7 +78,7 @@ jobs:
7878
fetch-depth: 0 # Fetch all history for all branches and tags.
7979

8080
- name: Restore cached pixi lockfile
81-
uses: Parcels-code/pixi-lock/restore@9a2866f8258b87a3c616d5ad7d51c6cd853df78b
81+
uses: Parcels-code/pixi-lock/restore@a9aee67fa67426e6b0297fa5bef80600572be153
8282
with:
8383
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
8484
- uses: prefix-dev/setup-pixi@v0.9.4

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
pixi-version: ${{ steps.pixi-lock.outputs.pixi-version }}
6060
steps:
6161
- uses: actions/checkout@v6
62-
- uses: Parcels-code/pixi-lock/create-and-cache@9a2866f8258b87a3c616d5ad7d51c6cd853df78b
62+
- uses: Parcels-code/pixi-lock/create-and-cache@a9aee67fa67426e6b0297fa5bef80600572be153
6363
id: pixi-lock
6464
- uses: actions/upload-artifact@v6
6565
with:
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
fetch-depth: 0 # Fetch all history for all branches and tags.
8686
- name: Restore cached pixi lockfile
87-
uses: Parcels-code/pixi-lock/restore@9a2866f8258b87a3c616d5ad7d51c6cd853df78b
87+
uses: Parcels-code/pixi-lock/restore@a9aee67fa67426e6b0297fa5bef80600572be153
8888
with:
8989
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
9090
- uses: prefix-dev/setup-pixi@v0.9.4
@@ -137,7 +137,7 @@ jobs:
137137
fetch-depth: 0 # Fetch all history for all branches and tags.
138138

139139
- name: Restore cached pixi lockfile
140-
uses: Parcels-code/pixi-lock/restore@9a2866f8258b87a3c616d5ad7d51c6cd853df78b
140+
uses: Parcels-code/pixi-lock/restore@a9aee67fa67426e6b0297fa5bef80600572be153
141141
with:
142142
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
143143
- uses: prefix-dev/setup-pixi@v0.9.4

0 commit comments

Comments
 (0)