From 11716b83fc01368eb39814381a3a212a41bb8187 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Tue, 26 May 2020 08:40:41 -0400 Subject: [PATCH] Update rebase version in installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31546ba..d559635 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ jobs: with: fetch-depth: 0 - name: Automatic Rebase - uses: cirrus-actions/rebase@1.3 + uses: cirrus-actions/rebase@1.3.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ```