Skip to content

Commit f76697d

Browse files
⬆️ Bump actions/cache from 5.0.4 to 6.1.0
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.4...v6.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 79b33a7 commit f76697d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stac-model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: make setup
2323

2424
- name: Set up cache
25-
uses: actions/cache@v5.0.4
25+
uses: actions/cache@v6.1.0
2626
with:
2727
path: .venv
2828
key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('uv.lock') }}

0 commit comments

Comments
 (0)