Skip to content

Commit 41ce4a4

Browse files
build(deps): bump actions/stale from 4 to 5
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] <[email protected]>
1 parent 84e6b6a commit 41ce4a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
stale:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/stale@v4
28+
- uses: actions/stale@v5
2929
with:
3030
stale-issue-label: 'stale'
3131
stale-pr-label: 'stale'

0 commit comments

Comments
 (0)