|
45 | 45 |
|
46 | 46 | steps: |
47 | 47 | - uses: actions/checkout@v6 |
48 | | - - uses: Parcels-code/pixi-lock/create-and-cache@9a2866f8258b87a3c616d5ad7d51c6cd853df78b |
| 48 | + - uses: Parcels-code/pixi-lock/create-and-cache@a9aee67fa67426e6b0297fa5bef80600572be153 |
49 | 49 | id: pixi-lock |
50 | 50 | - uses: actions/upload-artifact@v6 |
51 | 51 | with: |
|
72 | 72 | echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV |
73 | 73 |
|
74 | 74 | - name: Restore cached pixi lockfile |
75 | | - uses: Parcels-code/pixi-lock/restore@9a2866f8258b87a3c616d5ad7d51c6cd853df78b |
| 75 | + uses: Parcels-code/pixi-lock/restore@a9aee67fa67426e6b0297fa5bef80600572be153 |
76 | 76 | with: |
77 | 77 | cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }} |
78 | 78 | - uses: prefix-dev/setup-pixi@v0.9.4 |
@@ -110,7 +110,7 @@ jobs: |
110 | 110 | with: |
111 | 111 | fetch-depth: 0 # Fetch all history for all branches and tags. |
112 | 112 | - name: Restore cached pixi lockfile |
113 | | - uses: Parcels-code/pixi-lock/restore@9a2866f8258b87a3c616d5ad7d51c6cd853df78b |
| 113 | + uses: Parcels-code/pixi-lock/restore@a9aee67fa67426e6b0297fa5bef80600572be153 |
114 | 114 | with: |
115 | 115 | cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }} |
116 | 116 | - uses: prefix-dev/setup-pixi@v0.9.4 |
@@ -155,7 +155,7 @@ jobs: |
155 | 155 | with: |
156 | 156 | fetch-depth: 0 # Fetch all history for all branches and tags. |
157 | 157 | - name: Restore cached pixi lockfile |
158 | | - uses: Parcels-code/pixi-lock/restore@9a2866f8258b87a3c616d5ad7d51c6cd853df78b |
| 158 | + uses: Parcels-code/pixi-lock/restore@a9aee67fa67426e6b0297fa5bef80600572be153 |
159 | 159 | with: |
160 | 160 | cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }} |
161 | 161 | - uses: prefix-dev/setup-pixi@v0.9.4 |
@@ -204,7 +204,7 @@ jobs: |
204 | 204 | fetch-depth: 0 |
205 | 205 |
|
206 | 206 | - name: Restore cached pixi lockfile |
207 | | - uses: Parcels-code/pixi-lock/restore@9a2866f8258b87a3c616d5ad7d51c6cd853df78b |
| 207 | + uses: Parcels-code/pixi-lock/restore@a9aee67fa67426e6b0297fa5bef80600572be153 |
208 | 208 | with: |
209 | 209 | cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }} |
210 | 210 | - uses: prefix-dev/setup-pixi@v0.9.4 |
@@ -254,7 +254,7 @@ jobs: |
254 | 254 | fetch-depth: 0 # Fetch all history for all branches and tags. |
255 | 255 |
|
256 | 256 | - name: Restore cached pixi lockfile |
257 | | - uses: Parcels-code/pixi-lock/restore@9a2866f8258b87a3c616d5ad7d51c6cd853df78b |
| 257 | + uses: Parcels-code/pixi-lock/restore@a9aee67fa67426e6b0297fa5bef80600572be153 |
258 | 258 | with: |
259 | 259 | cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }} |
260 | 260 | - uses: prefix-dev/setup-pixi@v0.9.4 |
@@ -302,7 +302,7 @@ jobs: |
302 | 302 | fetch-depth: 0 # Fetch all history for all branches and tags. |
303 | 303 |
|
304 | 304 | - name: Restore cached pixi lockfile |
305 | | - uses: Parcels-code/pixi-lock/restore@9a2866f8258b87a3c616d5ad7d51c6cd853df78b |
| 305 | + uses: Parcels-code/pixi-lock/restore@a9aee67fa67426e6b0297fa5bef80600572be153 |
306 | 306 | with: |
307 | 307 | cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }} |
308 | 308 |
|
|
0 commit comments