Skip to content

Commit af0d264

Browse files
chore(deps): Bump actions/cache from 3.0.11 to 3.2.1 (#58)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.1. - [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.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac51cf4 commit af0d264

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
lfs: true
8181

8282
- name: Cache files
83-
uses: actions/cache@v3.0.11
83+
uses: actions/cache@v3.2.1
8484
with:
8585
path: ${{ env.PROJECT_PATH }}/Library
8686
key: Library-${{ env.PROJECT_PATH }}-${{ matrix.targetPlatform }}

.github/workflows/integrate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
lfs: true
4444

4545
- name: Cache
46-
uses: actions/cache@v3.0.11
46+
uses: actions/cache@v3.2.1
4747
with:
4848
path: ${{ env.PROJECT_PATH }}/Library
4949
key: Library-${{ env.PROJECT_PATH }}
@@ -104,7 +104,7 @@ jobs:
104104
lfs: true
105105

106106
- name: Cache files
107-
uses: actions/cache@v3.0.11
107+
uses: actions/cache@v3.2.1
108108
with:
109109
path: ${{ env.PROJECT_PATH }}/Library
110110
key: Library-${{ env.PROJECT_PATH }}-${{ matrix.targetPlatform }}

0 commit comments

Comments
 (0)