From a44f6624744f3904e27e8bf7398efd16bcc7575f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 14 Apr 2022 19:33:34 +0000 Subject: [PATCH] Update actions/checkout action to v3.0.1 --- .github/workflows/commands.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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