From b037dbc95522cd03240d2c99366293344a434cfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 03:42:43 +0000 Subject: [PATCH] chore(deps): Bump actions/cache from 4.0.2 to 4.2.3 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.2.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/v4.0.2...v4.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/integrate.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dd928a2..17fced0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -78,7 +78,7 @@ jobs: lfs: true - name: Cache files - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.3 with: path: ${{ env.PROJECT_PATH }}/Library key: Library-${{ env.PROJECT_PATH }}-${{ matrix.targetPlatform }} diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index a11b110..8b8924d 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -41,7 +41,7 @@ jobs: lfs: true - name: Cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.3 with: path: ${{ env.PROJECT_PATH }}/Library key: Library-${{ env.PROJECT_PATH }} @@ -101,7 +101,7 @@ jobs: lfs: true - name: Cache files - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.3 with: path: ${{ env.PROJECT_PATH }}/Library key: Library-${{ env.PROJECT_PATH }}-${{ matrix.targetPlatform }}