diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index e71d751..13e101f 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -9,7 +9,7 @@ jobs: if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: run checks run: |