Skip to content

Commit

Permalink
⬆ Bump the github-actions group with 1 update
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache).


Updates `actions/cache` from 3 to 4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
1 parent b365d0e commit 23d62cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: abatilo/actions-poetry@v3

- name: Define a cache for the virtual environment based on the dependencies lock file for ${{ matrix.project }}
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./${{ matrix.project }}/.venv
key: venv-${{ matrix.project }}-${{ hashFiles(steps.poetry-path.outputs.path) }}
Expand Down

0 comments on commit 23d62cd

Please sign in to comment.