diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 038bbc8..a4ad35c 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -40,7 +40,7 @@ jobs: - name: Cache Composer packages id: root-composer-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: vendor key: ${{ runner.os }}-${{ matrix.php-version }}-php-${{ hashFiles('composer.json') }} @@ -80,7 +80,7 @@ jobs: - name: Cache Composer packages id: behat-composer-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: integration/vendor key: ${{ runner.os }}-${{ matrix.php-version }}-php-${{ hashFiles('integration/composer.json') }}