diff --git a/.github/workflows/rebase_command.yml b/.github/workflows/rebase_command.yml index fafaba7b83..6ddd30b942 100644 --- a/.github/workflows/rebase_command.yml +++ b/.github/workflows/rebase_command.yml @@ -13,7 +13,7 @@ jobs: ) steps: - name: Checkout the latest code - uses: actions/checkout@v + uses: actions/checkout@v4 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0