Skip to content

Commit

Permalink
Merge pull request #130 from RafaelWO/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4

⬆️ Bump actions/cache from 3 to 4
  • Loading branch information
RafaelWO authored Feb 13, 2024
2 parents 6eb1efe + 043f19e commit 3f36893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
installer-parallel: true

- name: Set up cache
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: ${{ env.pythonLocation }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: make poetry-download

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

0 comments on commit 3f36893

Please sign in to comment.