Skip to content

Commit 861243f

Browse files
chore(deps): Bump actions/stale from 7 to 10
Bumps [actions/stale](https://github.com/actions/stale) from 7 to 10. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v7...v10) --- updated-dependencies: - dependency-name: actions/stale dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3c81a75 commit 861243f

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

0 commit comments

Comments
 (0)