Skip to content

Commit af96f5a

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 5437b65 commit af96f5a

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
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939
with:
4040
lfs: true
41-
- uses: actions/cache@v1.1.0
41+
- uses: actions/cache@v3.3.1
4242
with:
4343
path: Library
4444
key: Library-test-project-${{ matrix.targetPlatform }}
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
lfs: true
8686

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

.github/workflows/package.yml

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

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

0 commit comments

Comments
 (0)