Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from 0x7c13:main #5

Merged
merged 13 commits into from
Nov 20, 2024
Prev Previous commit
Next Next commit
action-deps: bump actions/cache from 4.0.2 to 4.1.0 (0x7c13#52)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 11, 2024
commit adcf01833bd7f17a5427307b78e18cd4f365bb65
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