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 fe798b1 commit 848366bCopy full SHA for 848366b
1 file changed
.github/workflows/test-models.yml
@@ -43,7 +43,7 @@ jobs:
43
git checkout $latest_tag
44
45
- name: Setup Pixi
46
- uses: prefix-dev/setup-pixi@v0.9.6
+ uses: prefix-dev/setup-pixi@v0.10.0
47
with:
48
pixi-version: v0.68.1
49
cache: true
@@ -70,7 +70,7 @@ jobs:
70
echo -ne "url: ${CDSAPI_URL}\nkey: ${CDSAPI_TOKEN}\n" > ~/.cdsapirc
71
echo "week=$(date +'%Y%U')" >> $GITHUB_ENV # data and cutouts
72
73
- - uses: actions/cache@v5
+ - uses: actions/cache@v6
74
if: env.pinned == 'false'
75
76
path: |
0 commit comments