Skip to content

Commit b5a2a90

Browse files
authored
Merge pull request #37 from jcs090218/dependabot/github_actions/actions/cache-5.0.1
chore(deps): bump actions/cache from 1.1.0 to 5.0.1
2 parents cf8049e + d5d4547 commit b5a2a90

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@v6
3939
with:
4040
lfs: true
41-
- uses: actions/cache@v1.1.0
41+
- uses: actions/cache@v5.0.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@v5.0.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@v5.0.1
5555
with:
5656
path: Library
5757
key: Library-test-project-${{ matrix.targetPlatform }}

0 commit comments

Comments
 (0)