diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index 8f3cb70e67..5373890496 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -18,7 +18,7 @@ jobs: comment-id: ${{ github.event.comment.id }} reactions: '+1' - name: Checkout the latest code - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v3.0.1 with: token: ${{ secrets.JF_BOT_TOKEN }} fetch-depth: 0