Skip to content

Commit 68eb025

Browse files
committed
Bump pixi lock action version
1 parent 10f7278 commit 68eb025

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pixi-version: ${{ steps.pixi-lock.outputs.pixi-version }}
2929
steps:
3030
- uses: actions/checkout@v4
31-
- uses: Parcels-code/pixi-lock/create-and-cache@9a2866f8258b87a3c616d5ad7d51c6cd853df78b
31+
- uses: Parcels-code/pixi-lock/create-and-cache@38495788b79a5ff26009aecc15daa9a8310b8832 # v0.1.0
3232
id: pixi-lock
3333
- uses: actions/upload-artifact@v6 # make available as an artifact for local testing
3434
with:
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@v6
4949
with:
5050
fetch-depth: 0
51-
- uses: Parcels-code/pixi-lock/restore@9a2866f8258b87a3c616d5ad7d51c6cd853df78b
51+
- uses: Parcels-code/pixi-lock/restore@38495788b79a5ff26009aecc15daa9a8310b8832 # v0.1.0
5252
with:
5353
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
5454
- uses: prefix-dev/setup-pixi@v0.9.4
@@ -75,7 +75,7 @@ jobs:
7575
# - uses: actions/checkout@v4
7676
# with:
7777
# fetch-depth: 0
78-
# - uses: Parcels-code/pixi-lock/restore@9a2866f8258b87a3c616d5ad7d51c6cd853df78b
78+
# - uses: Parcels-code/pixi-lock/restore@38495788b79a5ff26009aecc15daa9a8310b8832 # v0.1.0
7979
# with:
8080
# cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
8181
# - uses: prefix-dev/setup-pixi@v0.9.4

0 commit comments

Comments
 (0)