From 9f917f5c8c6193684ec7ef356c1964c9dd3f93ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 05:22:59 +0000 Subject: [PATCH] action-deps: bump actions/cache from 4.2.4 to 4.3.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.2.4...v4.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-pal3-mono-android.yml | 2 +- .github/workflows/build-pal3-mono-ios.yml | 2 +- .github/workflows/build-pal3-mono-linux.yml | 2 +- .github/workflows/build-pal3-mono-macos.yml | 2 +- .github/workflows/build-pal3-mono-windows.yml | 2 +- .github/workflows/build-pal3a-mono-android.yml | 2 +- .github/workflows/build-pal3a-mono-ios.yml | 2 +- .github/workflows/build-pal3a-mono-linux.yml | 2 +- .github/workflows/build-pal3a-mono-macos.yml | 2 +- .github/workflows/build-pal3a-mono-windows.yml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-pal3-mono-android.yml b/.github/workflows/build-pal3-mono-android.yml index d433de9e..f25a0482 100644 --- a/.github/workflows/build-pal3-mono-android.yml +++ b/.github/workflows/build-pal3-mono-android.yml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 0 lfs: true - - uses: actions/cache@v4.2.4 + - uses: actions/cache@v4.3.0 with: path: Library key: Library-${{ matrix.targetPlatform }} diff --git a/.github/workflows/build-pal3-mono-ios.yml b/.github/workflows/build-pal3-mono-ios.yml index 2694e6c8..07ccc342 100644 --- a/.github/workflows/build-pal3-mono-ios.yml +++ b/.github/workflows/build-pal3-mono-ios.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 lfs: true - - uses: actions/cache@v4.2.4 + - uses: actions/cache@v4.3.0 with: path: Library key: Library-${{ matrix.targetPlatform }} diff --git a/.github/workflows/build-pal3-mono-linux.yml b/.github/workflows/build-pal3-mono-linux.yml index 0c05fa03..cca4f4e8 100644 --- a/.github/workflows/build-pal3-mono-linux.yml +++ b/.github/workflows/build-pal3-mono-linux.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 lfs: true - - uses: actions/cache@v4.2.4 + - uses: actions/cache@v4.3.0 with: path: Library key: Library-${{ matrix.targetPlatform }} diff --git a/.github/workflows/build-pal3-mono-macos.yml b/.github/workflows/build-pal3-mono-macos.yml index 67e8f4ee..cfa23eaa 100644 --- a/.github/workflows/build-pal3-mono-macos.yml +++ b/.github/workflows/build-pal3-mono-macos.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 lfs: true - - uses: actions/cache@v4.2.4 + - uses: actions/cache@v4.3.0 with: path: Library key: Library-${{ matrix.targetPlatform }} diff --git a/.github/workflows/build-pal3-mono-windows.yml b/.github/workflows/build-pal3-mono-windows.yml index ac4c0d3f..ce362724 100644 --- a/.github/workflows/build-pal3-mono-windows.yml +++ b/.github/workflows/build-pal3-mono-windows.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 lfs: true - - uses: actions/cache@v4.2.4 + - uses: actions/cache@v4.3.0 with: path: Library key: Library-${{ matrix.targetPlatform }} diff --git a/.github/workflows/build-pal3a-mono-android.yml b/.github/workflows/build-pal3a-mono-android.yml index b5378eea..fae97967 100644 --- a/.github/workflows/build-pal3a-mono-android.yml +++ b/.github/workflows/build-pal3a-mono-android.yml @@ -37,7 +37,7 @@ jobs: find: "6b32649dccc45df4ebe8e3f8eccee249" replace: "d03d417e5660d5849939c8fe43732dbd" include: "**ProjectSettings.asset" - - uses: actions/cache@v4.2.4 + - uses: actions/cache@v4.3.0 with: path: Library key: Library-${{ matrix.targetPlatform }} diff --git a/.github/workflows/build-pal3a-mono-ios.yml b/.github/workflows/build-pal3a-mono-ios.yml index c4a7d291..999b7710 100644 --- a/.github/workflows/build-pal3a-mono-ios.yml +++ b/.github/workflows/build-pal3a-mono-ios.yml @@ -28,7 +28,7 @@ jobs: find: "6b32649dccc45df4ebe8e3f8eccee249" replace: "d03d417e5660d5849939c8fe43732dbd" include: "**ProjectSettings.asset" - - uses: actions/cache@v4.2.4 + - uses: actions/cache@v4.3.0 with: path: Library key: Library-${{ matrix.targetPlatform }} diff --git a/.github/workflows/build-pal3a-mono-linux.yml b/.github/workflows/build-pal3a-mono-linux.yml index a7b1fbcf..e2b148e0 100644 --- a/.github/workflows/build-pal3a-mono-linux.yml +++ b/.github/workflows/build-pal3a-mono-linux.yml @@ -28,7 +28,7 @@ jobs: find: "6b32649dccc45df4ebe8e3f8eccee249" replace: "d03d417e5660d5849939c8fe43732dbd" include: "**ProjectSettings.asset" - - uses: actions/cache@v4.2.4 + - uses: actions/cache@v4.3.0 with: path: Library key: Library-${{ matrix.targetPlatform }} diff --git a/.github/workflows/build-pal3a-mono-macos.yml b/.github/workflows/build-pal3a-mono-macos.yml index e43fb880..501381b1 100644 --- a/.github/workflows/build-pal3a-mono-macos.yml +++ b/.github/workflows/build-pal3a-mono-macos.yml @@ -28,7 +28,7 @@ jobs: find: "6b32649dccc45df4ebe8e3f8eccee249" replace: "d03d417e5660d5849939c8fe43732dbd" include: "**ProjectSettings.asset" - - uses: actions/cache@v4.2.4 + - uses: actions/cache@v4.3.0 with: path: Library key: Library-${{ matrix.targetPlatform }} diff --git a/.github/workflows/build-pal3a-mono-windows.yml b/.github/workflows/build-pal3a-mono-windows.yml index 816f5467..824a750e 100644 --- a/.github/workflows/build-pal3a-mono-windows.yml +++ b/.github/workflows/build-pal3a-mono-windows.yml @@ -29,7 +29,7 @@ jobs: find: "6b32649dccc45df4ebe8e3f8eccee249" replace: "d03d417e5660d5849939c8fe43732dbd" include: "**ProjectSettings.asset" - - uses: actions/cache@v4.2.4 + - uses: actions/cache@v4.3.0 with: path: Library key: Library-${{ matrix.targetPlatform }}