diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 56f2686..bf5b3f3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -53,7 +53,7 @@ jobs: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: composer-cache - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: ${{ steps.composercache.outputs.dir }} key: composer-${{ hashFiles('**/composer.json') }}-${{ matrix.composer-cache-suffix }} @@ -89,7 +89,7 @@ jobs: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: composer-cache - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: ${{ steps.composercache.outputs.dir }} key: composer-${{ hashFiles('**/composer.json') }} @@ -102,7 +102,7 @@ jobs: composer update --no-interaction --no-progress --prefer-dist - name: phpstan-cache - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: key: phpstan-${{ github.ref }}-${{ github.sha }} path: .phpstan-cache