diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 18bcdb6..c6329ee 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -96,7 +96,7 @@ jobs: - name: "Cache Composer Packages" - uses: actions/cache@v4 + uses: actions/cache@v5 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/cache-magento/action.yml b/cache-magento/action.yml index 6d16e2b..58388f9 100644 --- a/cache-magento/action.yml +++ b/cache-magento/action.yml @@ -36,7 +36,7 @@ runs: id: cache-magento-get-composer-version - name: "Cache Composer Packages" - uses: actions/cache@v3 + uses: actions/cache@v5 id: cache-magento-cache with: key: "composer | v5.8 | ${{ inputs.composer_cache_key }} | ${{ steps.cache-magento-get-composer-version.outputs.version }} | ${{ steps.cache-magento-get-php-version.outputs.version }}" diff --git a/installation-test/action.yml b/installation-test/action.yml index 4b15ee1..8aae478 100644 --- a/installation-test/action.yml +++ b/installation-test/action.yml @@ -89,7 +89,7 @@ runs: - name: "Cache Composer Packages" - uses: actions/cache@v3 + uses: actions/cache@v5 with: key: "composer | v5 | ${{ inputs.composer_cache_key }} | ${{ hashFiles('composer.lock') }} | ${{ runner.os }} | ${{ inputs.composer_version }} | ${{ inputs.php_version }} | ${{ inputs.magento_version }}" path: ${{ steps.composer-cache.outputs.dir }}