Skip to content

Commit

Permalink
Merge pull request #62 from stac-extensions/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/cache-4.2.0
  • Loading branch information
fmigneault authored Jan 15, 2025
2 parents 42052ec + 4b5898e commit bae07fc
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 bae07fc

Please sign in to comment.