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 be8aa7e commit 5672104Copy full SHA for 5672104
1 file changed
.github/workflows/copy-staging-packages.yml
@@ -9,8 +9,8 @@ jobs:
9
copy-packages-noetic:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
13
- - uses: prefix-dev/setup-pixi@v0.8.3
+ - uses: actions/checkout@v5
+ - uses: prefix-dev/setup-pixi@v0.9.4
14
- env:
15
ANACONDA_API_TOKEN: ${{ secrets.ROBOSTACK_NOETIC_ANACONDA_API_TOKEN }}
16
run: |
@@ -20,8 +20,8 @@ jobs:
20
copy-packages-humble:
21
22
23
24
25
26
ANACONDA_API_TOKEN: ${{ secrets.ROBOSTACK_HUMBLE_ANACONDA_API_TOKEN }}
27
0 commit comments