From 69c4e750783fb0e30150fb8244a589b48b18458b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 15 Apr 2022 20:36:40 +0000 Subject: [PATCH] Update cirrus-actions/rebase action to v1.6 --- .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 5373890496..fcf1a8499b 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -23,6 +23,6 @@ jobs: token: ${{ secrets.JF_BOT_TOKEN }} fetch-depth: 0 - name: Automatic Rebase - uses: cirrus-actions/rebase@1.5 + uses: cirrus-actions/rebase@1.6 env: GITHUB_TOKEN: ${{ secrets.JF_BOT_TOKEN }}