diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index b16fdea..c0a1ee0 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkouting code... - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Installing PHP... uses: shivammathur/setup-php@2.35.2