We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9afcc6 + 46a5769 commit 5c9141fCopy full SHA for 5c9141f
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: Checkout repository
25
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
26
with:
27
fetch-depth: 0
28
- name: Setup Pixi
.github/workflows/unittest.yml
@@ -23,7 +23,7 @@ jobs:
- name: Checkout code
29
uses: prefix-dev/setup-pixi@v0.9.3
.github/workflows/update-lockfiles.yml
@@ -13,7 +13,7 @@ jobs:
13
pixi-update:
14
runs-on: ubuntu-latest
15
16
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
17
- name: Set up pixi
18
19
0 commit comments