From 8dadefb3a557ea0a87adf93f4752514b78857b3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 05:36:26 +0000 Subject: [PATCH] action-deps: bump actions/cache from 3.3.3 to 4.0.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.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/v3.3.3...v4.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... 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 a30f9dae..be3a0757 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@v3.3.3 + - uses: actions/cache@v4.0.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 875cb099..837bd3b4 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@v3.3.3 + - uses: actions/cache@v4.0.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 82334ed6..ba7aead5 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@v3.3.3 + - uses: actions/cache@v4.0.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 85b955c3..c052695a 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@v3.3.3 + - uses: actions/cache@v4.0.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 6fd66869..d5b0fb06 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@v3.3.3 + - uses: actions/cache@v4.0.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 85f852a8..95932f33 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@v3.3.3 + - uses: actions/cache@v4.0.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 bd6d0f96..1e7eb73c 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@v3.3.3 + - uses: actions/cache@v4.0.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 2a8cc52b..f8eba513 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@v3.3.3 + - uses: actions/cache@v4.0.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 bc53280e..8f3f0f5c 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@v3.3.3 + - uses: actions/cache@v4.0.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 ebaff15e..4bcf0ad7 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@v3.3.3 + - uses: actions/cache@v4.0.0 with: path: Library key: Library-${{ matrix.targetPlatform }}