Skip to content

Commit

Permalink
Bump actions/cache from 3.0.11 to 3.2.6 (#1111)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.0.11...v3.2.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 10, 2023
1 parent 573856b commit 6738aac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Restore Python ${{ env.DEFAULT_PYTHON }} virtual environment
id: cache-venv
uses: actions/cache@v3.0.11
uses: actions/cache@v3.2.6
with:
path: venv
key: >-
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:

- name: Restore Python ${{ matrix.python-version }} virtual environment
id: cache-venv
uses: actions/cache@v3.0.11
uses: actions/cache@v3.2.6
with:
path: venv
key: >-
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Cache PMS Docker image
id: docker-cache
uses: actions/cache@v3.0.11
uses: actions/cache@v3.2.6
with:
path: ~/.cache/docker/plexinc
key: ${{ runner.os }}-docker-pms-${{ steps.docker-digest.outputs.digest }}
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:

- name: Restore Python ${{ env.DEFAULT_PYTHON }} virtual environment
id: cache-venv
uses: actions/cache@v3.0.11
uses: actions/cache@v3.2.6
with:
path: venv
key: >-
Expand Down

0 comments on commit 6738aac

Please sign in to comment.