From e59b047147f9da9d04d337cb0da63f97ccb22d01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 05:34:00 +0000 Subject: [PATCH] action-deps: bump actions/cache from 5.0.1 to 5.0.3 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.3. - [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/v5.0.1...v5.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 4f0c4a1e..0e79f11a 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@v5.0.1 + - uses: actions/cache@v5.0.3 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 da615627..c125c42a 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@v5.0.1 + - uses: actions/cache@v5.0.3 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 cfa96d18..f3ce98ad 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@v5.0.1 + - uses: actions/cache@v5.0.3 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 597620f8..f3f7a236 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@v5.0.1 + - uses: actions/cache@v5.0.3 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 d2793c0b..ee88d23a 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@v5.0.1 + - uses: actions/cache@v5.0.3 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 f0c14031..6ef3c6fe 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@v5.0.1 + - uses: actions/cache@v5.0.3 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 18206c91..77fbeaef 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@v5.0.1 + - uses: actions/cache@v5.0.3 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 49c5bfca..a09a1675 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@v5.0.1 + - uses: actions/cache@v5.0.3 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 d0cf039d..ac41da21 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@v5.0.1 + - uses: actions/cache@v5.0.3 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 b0739a5d..e536097a 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@v5.0.1 + - uses: actions/cache@v5.0.3 with: path: Library key: Library-${{ matrix.targetPlatform }}