diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index d976f5b..0960a55 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -53,7 +53,7 @@ jobs: - name: Cache Composer id: composer - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 4bdd91b..e886dd6 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -94,7 +94,7 @@ jobs: run: | printf "parameters:\n tmpDir: ${{ env.SHOPWARE_TOOL_CACHE_PHPSTAN }}\nincludes:\n - phpstan.neon.dist" > phpstan.neon - name: PHPStan cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.SHOPWARE_TOOL_CACHE_PHPSTAN }} key: ${{ runner.OS }}-${{ github.repository }}-phpstan-${{ github.sha }}