Skip to content

Commit cca9013

Browse files
build(deps): bump actions/stale from 5 to 6
Bumps [actions/stale](https://github.com/actions/stale) from 5 to 6. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v5...v6) --- 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 2aa1c94 commit cca9013

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@v5
28+
- uses: actions/stale@v6
2929
with:
3030
stale-issue-label: 'stale'
3131
stale-pr-label: 'stale'

0 commit comments

Comments
 (0)