diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 1754c491..cce17503 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -96,7 +96,7 @@ jobs: - name: "Cache Composer Packages" - uses: actions/cache@v5 + uses: actions/cache@v6 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 }}