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

potiuk pushed a commit to branch v2-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 4047c78d2d5fffe306463a6865725350625f32bf
Author: Kaxil Naik <[email protected]>
AuthorDate: Thu Jul 15 14:22:53 2021 +0100

    Dev: Bump stale action to v4 (#17025)
    
    https://github.com/actions/stale/releases/tag/v4.0.0 -- Looking forward for 
colored logs
    (cherry picked from commit 7f9cdc9164363813e8027f639c7baca2e5641199)
---
 .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 d1e8956..a1bdd2b 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -29,7 +29,7 @@ jobs:
   stale:
     runs-on: ubuntu-20.04
     steps:
-      - uses: actions/stale@v3
+      - uses: actions/stale@v4
         with:
           stale-pr-message: >
             This pull request has been automatically marked as stale because 
it has not had

Reply via email to