Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Commit f21656a

Browse files
chore(deps): update actions/stale action to v6 (#14)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7a731a4 commit f21656a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prune.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: "Prune issues and pull requests"
21-
uses: "actions/stale@v3.0.19"
21+
uses: "actions/stale@v6.0.1"
2222
with:
2323
days-before-close: "${{ env.DAYS_BEFORE_CLOSE }}"
2424
days-before-stale: "${{ env.DAYS_BEFORE_STALE }}"

0 commit comments

Comments
 (0)