Skip to content

Commit 4bcdae1

Browse files
Bump actions/cache from 3.0.11 to 3.3.0
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.3.0. - [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.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b8dfc8 commit 4bcdae1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Restore Python ${{ env.DEFAULT_PYTHON }} virtual environment
3232
id: cache-venv
33-
uses: actions/cache@v3.0.11
33+
uses: actions/cache@v3.3.0
3434
with:
3535
path: venv
3636
key: >-
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Restore Python ${{ matrix.python-version }} virtual environment
9191
id: cache-venv
92-
uses: actions/cache@v3.0.11
92+
uses: actions/cache@v3.3.0
9393
with:
9494
path: venv
9595
key: >-
@@ -129,7 +129,7 @@ jobs:
129129
130130
- name: Cache PMS Docker image
131131
id: docker-cache
132-
uses: actions/cache@v3.0.11
132+
uses: actions/cache@v3.3.0
133133
with:
134134
path: ~/.cache/docker/plexinc
135135
key: ${{ runner.os }}-docker-pms-${{ steps.docker-digest.outputs.digest }}
@@ -213,7 +213,7 @@ jobs:
213213

214214
- name: Restore Python ${{ env.DEFAULT_PYTHON }} virtual environment
215215
id: cache-venv
216-
uses: actions/cache@v3.0.11
216+
uses: actions/cache@v3.3.0
217217
with:
218218
path: venv
219219
key: >-

0 commit comments

Comments
 (0)