Skip to content

Commit

Permalink
action-deps: bump actions/cache from 4.0.2 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.0.2...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 1d90729 commit 3e06766
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pal3-mono-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
fetch-depth: 0
lfs: true
- uses: actions/cache@v4.0.2
- uses: actions/cache@v4.1.0
with:
path: Library
key: Library-${{ matrix.targetPlatform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pal3-mono-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0
lfs: true
- uses: actions/cache@v4.0.2
- uses: actions/cache@v4.1.0
with:
path: Library
key: Library-${{ matrix.targetPlatform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pal3-mono-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0
lfs: true
- uses: actions/cache@v4.0.2
- uses: actions/cache@v4.1.0
with:
path: Library
key: Library-${{ matrix.targetPlatform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pal3-mono-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0
lfs: true
- uses: actions/cache@v4.0.2
- uses: actions/cache@v4.1.0
with:
path: Library
key: Library-${{ matrix.targetPlatform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pal3-mono-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
lfs: true
- uses: actions/cache@v4.0.2
- uses: actions/cache@v4.1.0
with:
path: Library
key: Library-${{ matrix.targetPlatform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pal3a-mono-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
find: "6b32649dccc45df4ebe8e3f8eccee249"
replace: "d03d417e5660d5849939c8fe43732dbd"
include: "**ProjectSettings.asset"
- uses: actions/cache@v4.0.2
- uses: actions/cache@v4.1.0
with:
path: Library
key: Library-${{ matrix.targetPlatform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pal3a-mono-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
find: "6b32649dccc45df4ebe8e3f8eccee249"
replace: "d03d417e5660d5849939c8fe43732dbd"
include: "**ProjectSettings.asset"
- uses: actions/cache@v4.0.2
- uses: actions/cache@v4.1.0
with:
path: Library
key: Library-${{ matrix.targetPlatform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pal3a-mono-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
find: "6b32649dccc45df4ebe8e3f8eccee249"
replace: "d03d417e5660d5849939c8fe43732dbd"
include: "**ProjectSettings.asset"
- uses: actions/cache@v4.0.2
- uses: actions/cache@v4.1.0
with:
path: Library
key: Library-${{ matrix.targetPlatform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pal3a-mono-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
find: "6b32649dccc45df4ebe8e3f8eccee249"
replace: "d03d417e5660d5849939c8fe43732dbd"
include: "**ProjectSettings.asset"
- uses: actions/cache@v4.0.2
- uses: actions/cache@v4.1.0
with:
path: Library
key: Library-${{ matrix.targetPlatform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pal3a-mono-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
find: "6b32649dccc45df4ebe8e3f8eccee249"
replace: "d03d417e5660d5849939c8fe43732dbd"
include: "**ProjectSettings.asset"
- uses: actions/cache@v4.0.2
- uses: actions/cache@v4.1.0
with:
path: Library
key: Library-${{ matrix.targetPlatform }}
Expand Down

0 comments on commit 3e06766

Please sign in to comment.