diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f6c258e..70a5cb6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: name: PHP ${{ matrix.php-versions }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.head_ref }}