diff --git a/.github/workflows/diagnostics.yml b/.github/workflows/diagnostics.yml index 76e4a14..9c98d50 100644 --- a/.github/workflows/diagnostics.yml +++ b/.github/workflows/diagnostics.yml @@ -44,7 +44,7 @@ jobs: php-version: ${{ matrix.php }} - name: PHP ${{ matrix.php }} Cache composer cache directory - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: composer-cache-dir-${{ matrix.php }} with: @@ -52,7 +52,7 @@ jobs: key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.phpcq_install }}-${{ matrix.phpcq_flags }}-${{ matrix.composer_install }} - name: PHP ${{ matrix.php }} Cache vendor directory - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: composer-vendor-${{ matrix.php }} with: