diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index eb847ba..b721428 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 - name: Validate composer.json @@ -44,9 +44,9 @@ jobs: name: PHP ${{ matrix.php }} tests (${{ matrix.description }}) steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.composer/cache/files key: composer-${{ matrix.php }}-${{ matrix.symfony }}-${{ matrix.composer_option }}