diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1af0594..cf1f908 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -36,7 +36,7 @@ jobs: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: composer-cache - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.1 with: path: ${{ steps.composercache.outputs.dir }} key: composer-${{ hashFiles('**/composer.json') }}-${{ matrix.install-args }} @@ -58,7 +58,7 @@ jobs: vendor/bin/phpunit --no-coverage - name: phpstan-cache - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.1 with: key: phpstan-${{ matrix.php-version }}-${{ matrix.install-args }}-${{ github.ref }}-${{ github.sha }} path: .phpstan-cache