Skip to content

Commit 9cf297e

Browse files
Update actions/cache action to v6 (#1677)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cc57dd5 commit 9cf297e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: pip install -r requirements.txt -r requirements-dev.txt
2626
- name: Run template rendering tests
2727
run: pytest -q -ra tests/templates
28-
- uses: actions/cache@v5
28+
- uses: actions/cache@v6
2929
with:
3030
path: vendor
3131
key: ${{ runner.os }}-galaxy-${{ hashFiles('galaxy.yml') }}

0 commit comments

Comments
 (0)