diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index bf9081443a..04c5d2bdd5 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@v2.3.4 + uses: actions/checkout@v2.4.0 with: token: ${{ secrets.JF_BOT_TOKEN }} fetch-depth: 0