Skip to content

Commit 7794ad0

Browse files
action-deps: bump actions/cache from 5.0.4 to 5.0.5 (#81)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 to 5.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.4...v5.0.5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d70e86 commit 7794ad0

10 files changed

Lines changed: 10 additions & 10 deletions

.github/workflows/build-pal3-mono-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727
lfs: true
28-
- uses: actions/cache@v5.0.4
28+
- uses: actions/cache@v5.0.5
2929
with:
3030
path: Library
3131
key: Library-${{ matrix.targetPlatform }}

.github/workflows/build-pal3-mono-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
lfs: true
19-
- uses: actions/cache@v5.0.4
19+
- uses: actions/cache@v5.0.5
2020
with:
2121
path: Library
2222
key: Library-${{ matrix.targetPlatform }}

.github/workflows/build-pal3-mono-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
lfs: true
19-
- uses: actions/cache@v5.0.4
19+
- uses: actions/cache@v5.0.5
2020
with:
2121
path: Library
2222
key: Library-${{ matrix.targetPlatform }}

.github/workflows/build-pal3-mono-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
lfs: true
19-
- uses: actions/cache@v5.0.4
19+
- uses: actions/cache@v5.0.5
2020
with:
2121
path: Library
2222
key: Library-${{ matrix.targetPlatform }}

.github/workflows/build-pal3-mono-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
lfs: true
20-
- uses: actions/cache@v5.0.4
20+
- uses: actions/cache@v5.0.5
2121
with:
2222
path: Library
2323
key: Library-${{ matrix.targetPlatform }}

.github/workflows/build-pal3a-mono-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
find: "6b32649dccc45df4ebe8e3f8eccee249"
3838
replace: "d03d417e5660d5849939c8fe43732dbd"
3939
include: "**ProjectSettings.asset"
40-
- uses: actions/cache@v5.0.4
40+
- uses: actions/cache@v5.0.5
4141
with:
4242
path: Library
4343
key: Library-${{ matrix.targetPlatform }}

.github/workflows/build-pal3a-mono-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
find: "6b32649dccc45df4ebe8e3f8eccee249"
2929
replace: "d03d417e5660d5849939c8fe43732dbd"
3030
include: "**ProjectSettings.asset"
31-
- uses: actions/cache@v5.0.4
31+
- uses: actions/cache@v5.0.5
3232
with:
3333
path: Library
3434
key: Library-${{ matrix.targetPlatform }}

.github/workflows/build-pal3a-mono-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
find: "6b32649dccc45df4ebe8e3f8eccee249"
2929
replace: "d03d417e5660d5849939c8fe43732dbd"
3030
include: "**ProjectSettings.asset"
31-
- uses: actions/cache@v5.0.4
31+
- uses: actions/cache@v5.0.5
3232
with:
3333
path: Library
3434
key: Library-${{ matrix.targetPlatform }}

.github/workflows/build-pal3a-mono-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
find: "6b32649dccc45df4ebe8e3f8eccee249"
2929
replace: "d03d417e5660d5849939c8fe43732dbd"
3030
include: "**ProjectSettings.asset"
31-
- uses: actions/cache@v5.0.4
31+
- uses: actions/cache@v5.0.5
3232
with:
3333
path: Library
3434
key: Library-${{ matrix.targetPlatform }}

.github/workflows/build-pal3a-mono-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
find: "6b32649dccc45df4ebe8e3f8eccee249"
3030
replace: "d03d417e5660d5849939c8fe43732dbd"
3131
include: "**ProjectSettings.asset"
32-
- uses: actions/cache@v5.0.4
32+
- uses: actions/cache@v5.0.5
3333
with:
3434
path: Library
3535
key: Library-${{ matrix.targetPlatform }}

0 commit comments

Comments
 (0)