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

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 09cd064e56 Build: Update actions/stale to 5.1.1 (#5420)
09cd064e56 is described below

commit 09cd064e56b174ed65846856396c92caee5cb9d0
Author: Kyle Bendickson <[email protected]>
AuthorDate: Wed Aug 3 09:58:45 2022 -0700

    Build: Update actions/stale to 5.1.1 (#5420)
---
 .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 f3ee4ad830..d39f9544a3 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -30,7 +30,7 @@ jobs:
   stale:
     runs-on: ubuntu-20.04
     steps:
-      - uses: actions/stale@v4
+      - uses: actions/[email protected]
         with:
           stale-issue-label: 'stale'
           exempt-issue-labels: 'not-stale'

Reply via email to