Skip to content

Commit

Permalink
Bump actions/cache from 4.0.0 to 4.0.2
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.0.0...v4.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent c7ebc75 commit 11e3102
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: "3.8"
- name: Create virtual environment
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.2
with:
key: venv-${{ runner.os }}-${{ steps.setup_python.outputs.python-version }}-${{ github.run_id }}
restore-keys: venv-${{ runner.os }}-${{ steps.setup_python.outputs.python-version }}
Expand All @@ -45,7 +45,7 @@ jobs:
with:
python-version: "3.8"
- name: Cache virtual environment
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.2
with:
key: venv-${{ runner.os }}-${{ steps.setup_python.outputs.python-version }}-${{ github.run_id }}
path: .venv
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
with:
python-version: "3.8"
- name: Cache virtual environment
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.2
with:
key: venv-${{ runner.os }}-${{ steps.setup_python.outputs.python-version}}-${{ github.run_id }}
path: .venv
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
allow-prereleases: true
check-latest: true
- name: Use virtual environment
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.2
with:
key: venv-${{ runner.os }}-${{ steps.setup_python.outputs.python-version}}-${{ github.run_id }}
restore-keys: venv-${{ runner.os }}-${{ steps.setup_python.outputs.python-version }}
Expand Down

0 comments on commit 11e3102

Please sign in to comment.