diff options
Diffstat (limited to '.github/workflows/command-pull-3rdparty.yml')
-rw-r--r-- | .github/workflows/command-pull-3rdparty.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/command-pull-3rdparty.yml b/.github/workflows/command-pull-3rdparty.yml index 551518896e8..06f6228fb56 100644 --- a/.github/workflows/command-pull-3rdparty.yml +++ b/.github/workflows/command-pull-3rdparty.yml @@ -32,7 +32,7 @@ jobs: id: comment-branch - name: Checkout ${{ steps.comment-branch.outputs.head_ref }} - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 token: ${{ secrets.COMMAND_BOT_PAT }} |