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/01 10:32:26 UTC

[fineract] branch develop updated: chore(deps): update actions/stale action to v3

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 accf7cd  chore(deps): update actions/stale action to v3
accf7cd is described below

commit accf7cde833a5fbc83ab15b1123bc6033db7ba79
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sun Nov 1 04:28:24 2020 +0000

    chore(deps): update actions/stale action to v3
---
 .github/workflows/stale.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 252f296..68f83f0 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -9,7 +9,7 @@ jobs:
   stale:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/stale@v1
+    - uses: actions/stale@v3
       with:
         repo-token: ${{ secrets.GITHUB_TOKEN }}
         # stale-issue-message: 'Stale issue message'