diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index bd5bb973..692e757f 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -57,7 +57,7 @@ jobs: run: "mkdir -p .build/php_codesniffer" - name: "Cache cache directory for squizlabs/php_codesniffer" - uses: "actions/cache@v4" + uses: "actions/cache@v5" with: path: ".build/php_codesniffer" key: "php-${{ matrix.php-version }}-php_codesniffer-${{ github.sha }}" @@ -135,7 +135,7 @@ jobs: run: "mkdir -p .build/phpstan" - name: "Cache cache directory for phpstan/phpstan" - uses: "actions/cache@v4" + uses: "actions/cache@v5" with: path: ".build/phpstan" key: "php-${{ matrix.php-version }}-phpstan-${{ github.sha }}" @@ -148,7 +148,7 @@ jobs: run: "mkdir -p .build/psalm" - name: "Cache cache directory for vimeo/psalm" - uses: "actions/cache@v4" + uses: "actions/cache@v5" with: path: ".build/psalm" key: "php-${{ matrix.php-version }}-psalm-${{ github.sha }}"