diff --git a/.github/workflows/notebook-bot.yml b/.github/workflows/notebook-bot.yml index e4052a09..17175f3d 100644 --- a/.github/workflows/notebook-bot.yml +++ b/.github/workflows/notebook-bot.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch pull request branch - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.sha }}