Skip to content

Commit 92d7b57

Browse files
authored
Merge pull request #272 from ergebnis/dependabot/github_actions/actions/stale-v3.0.13
github-actions(deps): bump actions/stale from v3.0.12 to v3.0.13
2 parents 06cf92e + cb1e9c9 commit 92d7b57

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

0 commit comments

Comments
 (0)