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 133b852 commit d564b2dCopy full SHA for d564b2d
.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.0.2
+ uses: actions/cache@v4.1.2
24
with:
25
path: .venv
26
key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('uv.lock') }}
0 commit comments