Skip to content

Commit 105df1f

Browse files
build(deps): bump actions/stale from 4 to 10
Bumps [actions/stale](https://github.com/actions/stale) from 4 to 10. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v4...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] <support@github.com>
1 parent f5612dd commit 105df1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Close stale issues and PRs
13-
uses: actions/stale@v4
13+
uses: actions/stale@v10
1414
with:
1515
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1616
days-before-stale: 30

0 commit comments

Comments
 (0)