From 30a7867ee496b9071ebe7de5cb3ac1dc9d3a8206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 14:10:40 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3 to 4 (#234) Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/_internal-setup-magento.yaml | 2 +- .github/workflows/integration.yaml | 2 +- .github/workflows/nx-integration-tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_internal-setup-magento.yaml b/.github/workflows/_internal-setup-magento.yaml index 327f4ee..60fa9f3 100644 --- a/.github/workflows/_internal-setup-magento.yaml +++ b/.github/workflows/_internal-setup-magento.yaml @@ -57,7 +57,7 @@ jobs: php-version: ${{ matrix.php }} tools: composer:v${{ matrix.composer }} - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: setup-magento-store-cache with: key: setup-magento-ci | ${{ runner.os }} | ${{ matrix.magento }} diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 8492460..f23b466 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -130,7 +130,7 @@ jobs: - name: "Cache Composer Packages" - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: "composer | v5 | ${{ inputs.composer_cache_key }} | ${{ hashFiles('composer.lock') }} | ${{ matrix.os }} | ${{ matrix.composer }} | ${{ matrix.php }} | ${{ matrix.magento }}" path: ${{ steps.composer-cache.outputs.dir }} diff --git a/.github/workflows/nx-integration-tests.yml b/.github/workflows/nx-integration-tests.yml index 3213d21..54e7f8c 100644 --- a/.github/workflows/nx-integration-tests.yml +++ b/.github/workflows/nx-integration-tests.yml @@ -108,7 +108,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Project Cache - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: main key: ${{ runner.os }}-project-${{ inputs.ref }}