Skip to content

Commit 07fd54d

Browse files
authored
Merge pull request #41 from drupol/dependabot/github_actions/actions/stale-8
chore(deps): Bump actions/stale from 7 to 8
2 parents e1161d0 + ca65e5c commit 07fd54d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v7"
21+
uses: "actions/stale@v8"
2222
with:
2323
days-before-close: "${{ env.DAYS_BEFORE_CLOSE }}"
2424
days-before-stale: "${{ env.DAYS_BEFORE_STALE }}"

0 commit comments

Comments
 (0)