This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new e33e44dc6 chore(deps): bump actions/stale from 5 to 6 (#7966)
e33e44dc6 is described below
commit e33e44dc6cfdb7fc1875023345cb6926ef8bb499
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 22 17:16:38 2022 +0800
chore(deps): bump actions/stale from 5 to 6 (#7966)
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.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 7a41b11c1..0f54f6ec0 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -19,7 +19,7 @@ jobs:
steps:
- name: Prune Stale
- uses: actions/stale@v5
+ uses: actions/stale@v6
with:
days-before-issue-stale: 350
days-before-issue-close: 14