Skip to content

Commit 6765a7d

Browse files
committed
Update pixi lockfile
1 parent cba51d4 commit 6765a7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
- uses: actions/checkout@v4
99

1010
- name: Setup Pixi (installs pixi + caches envs) # https://github.com/marketplace/actions/setup-pixi
11-
uses: prefix-dev/[email protected].0 # pin the action version
11+
uses: prefix-dev/[email protected].3 # pin the action version
1212
with:
13-
pixi-version: v0.49.0 # pin the pixi binary version (optional)
13+
pixi-version: v0.61.0 # pin the pixi binary version (optional)
1414
cache: true # enable caching of installed envs
1515
# only write new caches on main pushes (optional)
1616
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)