Skip to content

Commit

Permalink
Merge branch 'main' into separate_compile_method_from_artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
rbavery authored Jan 21, 2025
2 parents aee9d16 + bae07fc commit 67d0243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stac-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: make setup

- name: Set up cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: .venv
key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('uv.lock') }}
Expand Down

0 comments on commit 67d0243

Please sign in to comment.