Skip to content

Commit 4764b3d

Browse files
committed
Add pixi version in cache-pixi-lock cache id
1 parent 0f3a618 commit 4764b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
path: |
3131
pixi.lock
32-
key: ${{ steps.date.outputs.date }}_${{hashFiles('pixi.toml')}}
32+
key: ${{ steps.date.outputs.date }}_${{ inputs.pixi-version }}_${{hashFiles('pixi.toml')}}
3333
- uses: prefix-dev/setup-pixi@v0.9.0
3434
if: ${{ !steps.restore.outputs.cache-hit }}
3535
with:

0 commit comments

Comments
 (0)