diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 81cc839..d4ad601 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: id: composer-cache run: | echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ github.sha }}-${{ steps.platform-collection.outputs.commit_id }} diff --git a/.github/workflows/dry-run-deploy.yml b/.github/workflows/dry-run-deploy.yml index 9ef285a..64ecdde 100644 --- a/.github/workflows/dry-run-deploy.yml +++ b/.github/workflows/dry-run-deploy.yml @@ -30,7 +30,7 @@ jobs: id: composer-cache run: | echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ github.sha }}-${{ steps.platform-collection.outputs.commit_id }}