Skip to content

Commit 816e7e3

Browse files
Bump actions/cache from 3.0.1 to 3.0.2 (#941)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ecd0d95 commit 816e7e3

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
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Restore Python ${{ env.DEFAULT_PYTHON }} virtual environment
3131
id: cache-venv
32-
uses: actions/[email protected].1
32+
uses: actions/[email protected].2
3333
with:
3434
path: venv
3535
key: >-
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Restore Python ${{ matrix.python-version }} virtual environment
9090
id: cache-venv
91-
uses: actions/[email protected].1
91+
uses: actions/[email protected].2
9292
with:
9393
path: venv
9494
key: >-
@@ -128,7 +128,7 @@ jobs:
128128
129129
- name: Cache PMS Docker image
130130
id: docker-cache
131-
uses: actions/[email protected].1
131+
uses: actions/[email protected].2
132132
with:
133133
path: ~/.cache/docker/plexinc
134134
key: ${{ runner.os }}-docker-pms-${{ steps.docker-digest.outputs.digest }}
@@ -224,7 +224,7 @@ jobs:
224224

225225
- name: Restore Python ${{ env.DEFAULT_PYTHON }} virtual environment
226226
id: cache-venv
227-
uses: actions/[email protected].1
227+
uses: actions/[email protected].2
228228
with:
229229
path: venv
230230
key: >-

0 commit comments

Comments
 (0)