Skip to content

Commit ceb7347

Browse files
chore(deps): Bump actions/stale from 4 to 5 (#6)
Bumps [actions/stale](https://github.com/actions/stale) from 4 to 5. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v4...v5) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa794e0 commit ceb7347

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

0 commit comments

Comments
 (0)