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.
2 parents 42052ec + 4b5898e commit bae07fcCopy full SHA for bae07fc
.github/workflows/stac-model.yml
@@ -20,7 +20,7 @@ jobs:
20
run: make setup
21
22
- name: Set up cache
23
- uses: actions/cache@v4.1.2
+ uses: actions/cache@v4.2.0
24
with:
25
path: .venv
26
key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('uv.lock') }}
0 commit comments