diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 649ed80..9d8b2d3 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@v4 + uses: actions/cache@v5 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@v4 + uses: actions/cache@v5 with: path: integration/vendor key: ${{ runner.os }}-${{ matrix.php-version }}-php-${{ hashFiles('integration/composer.json') }}