You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/11/28 17:30:31 UTC

[fineract] branch develop updated: chore(deps): update cirrus-actions/rebase action to v1.4

This is an automated email from the ASF dual-hosted git repository.

vorburger pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 34a044a  chore(deps): update cirrus-actions/rebase action to v1.4
34a044a is described below

commit 34a044ac3b4f7826073125671f1659243fda3c74
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sat Nov 28 15:58:08 2020 +0000

    chore(deps): update cirrus-actions/rebase action to v1.4
---
 .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 4518614..7436540 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
+      uses: cirrus-actions/rebase@1.4
       env:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}