We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0223a1b commit 9af5ccbCopy full SHA for 9af5ccb
.github/workflows/cd.yml
@@ -14,7 +14,7 @@ jobs:
14
dist:
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
with:
19
fetch-depth: 0
20
.github/workflows/ci.yml
@@ -27,11 +27,11 @@ jobs:
27
runs-on: [ubuntu-latest, macos-latest, windows-latest]
28
29
30
31
32
33
34
- - uses: prefix-dev/setup-pixi@v0.8.14
+ - uses: prefix-dev/setup-pixi@v0.9.0
35
36
pixi-version: v0.39.4
37
cache: true
0 commit comments