Skip to content

Commit f5fe69a

Browse files
Revert: "chore(deps): Bump aws-actions/stale-issue-cleanup from 5 to 6" (#23197)
This broke again... [There is no v6](https://github.com/aws-actions/stale-issue-cleanup) 😕 Reverts #23111 Created PR #23199 to prevent dependabot from attempting to update to v6 again
1 parent f8e41ac commit f5fe69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/close-stale-issues.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
name: Stale issue job
1717
steps:
18-
- uses: aws-actions/stale-issue-cleanup@v6
18+
- uses: aws-actions/stale-issue-cleanup@v5
1919
with:
2020
# Setting messages to an empty string will cause the automation to skip
2121
# that category

0 commit comments

Comments
 (0)