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 }}