From da0cb1c13f1c2de36c0464f58d9088a1db2b062d Mon Sep 17 00:00:00 2001 From: Ashley Qian Date: Thu, 6 Jan 2022 16:07:40 -0800 Subject: [PATCH] Bump `@1.4` to `@1.5` in README (#87) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2667b7f..fa494bf 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 # otherwise, you will fail to push refs to dest repo - name: Automatic Rebase - uses: cirrus-actions/rebase@1.4 + uses: cirrus-actions/rebase@1.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` @@ -45,7 +45,7 @@ Example token: ${{ secrets.PAT_TOKEN }} fetch-depth: 0 # otherwise, you will fail to push refs to dest repo - name: Automatic Rebase - uses: cirrus-actions/rebase@1.4 + uses: cirrus-actions/rebase@1.5 env: GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} ``` @@ -56,7 +56,7 @@ pull request: ```yaml - name: Automatic Rebase - uses: cirrus-actions/rebase@1.4 + uses: cirrus-actions/rebase@1.5 env: GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} PR_NUMBER: 1245