From ed4e065bc16968b5e04fd631cb872eeaf79607a2 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Thu, 17 Jun 2021 15:40:42 +0000 Subject: [PATCH] ci: update the 'rebase' github action This fixes a bug where rebasing wouldn't trigger branch checks again. --- .github/workflows/rebase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 7540cabf9..142cc146b 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -13,6 +13,6 @@ jobs: with: fetch-depth: 0 - name: Automatic Rebase - uses: cirrus-actions/rebase@1.3.1 + uses: cirrus-actions/rebase@1.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}