From 02ec498e6bee7e90a1a816099556e94b74734c7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 05:04:01 +0000 Subject: [PATCH] action-deps: bump actions/cache from 4.1.1 to 4.2.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.2.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.1.1...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache 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 3d57e2df..f1ca6b86 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.1.1 + - uses: actions/cache@v4.2.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 fee6a37d..0eabafbb 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.1.1 + - uses: actions/cache@v4.2.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 1703df4f..38c47f77 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.1.1 + - uses: actions/cache@v4.2.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 8598ca03..502ef8bf 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.1.1 + - uses: actions/cache@v4.2.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 11218cc4..1647ce70 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.1.1 + - uses: actions/cache@v4.2.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 39ffea4d..8927621d 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.1.1 + - uses: actions/cache@v4.2.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 a0e9672c..b262bb2e 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.1.1 + - uses: actions/cache@v4.2.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 399f0c5d..91f3427e 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.1.1 + - uses: actions/cache@v4.2.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 4e8b6197..0ec64a4a 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.1.1 + - uses: actions/cache@v4.2.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 ac100b4c..d14802fc 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.1.1 + - uses: actions/cache@v4.2.0 with: path: Library key: Library-${{ matrix.targetPlatform }}