Skip to content

Commit 8dbd237

Browse files
chore(deps): bump actions/cache from 1.1.0 to 3.3.1
Bumps [actions/cache](https://github.com/actions/cache) from 1.1.0 to 3.3.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v1.1.0...v3.3.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4295b0f commit 8dbd237

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v2
3838
with:
3939
lfs: true
40-
- uses: actions/cache@v1.1.0
40+
- uses: actions/cache@v3.3.1
4141
with:
4242
path: Library
4343
key: Library-test-project-${{ matrix.targetPlatform }}
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
lfs: true
8585

86-
- uses: actions/cache@v1.1.0
86+
- uses: actions/cache@v3.3.1
8787
with:
8888
path: ${{ matrix.projectPath }}/Library
8989
key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }}

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
lfs: true
5252

53-
- uses: actions/cache@v1.1.0
53+
- uses: actions/cache@v3.3.1
5454
with:
5555
path: Library
5656
key: Library-test-project-${{ matrix.targetPlatform }}

0 commit comments

Comments
 (0)