diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf528f694..acb4fe211 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: name: PHP ${{ matrix.php }} on ${{ matrix.operating-system }} with ${{ matrix.dependencies }} dependencies steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 name: Checkout repository - name: Setup PHP