Skip to content

Commit

Permalink
Merge pull request #1 from stac-extensions/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/cache-4.0.2
  • Loading branch information
fmigneault authored Sep 28, 2024
2 parents a566565 + e01af48 commit 54fd62b
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 poetry-install

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

0 comments on commit 54fd62b

Please sign in to comment.