There was an error while loading. Please reload this page.
1 parent cc57dd5 commit 9cf297eCopy full SHA for 9cf297e
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- run: pip install -r requirements.txt -r requirements-dev.txt
26
- name: Run template rendering tests
27
run: pytest -q -ra tests/templates
28
- - uses: actions/cache@v5
+ - uses: actions/cache@v6
29
with:
30
path: vendor
31
key: ${{ runner.os }}-galaxy-${{ hashFiles('galaxy.yml') }}
0 commit comments