Skip to content

Commit c3a9b9d

Browse files
dependabot[bot]emjay0921
authored andcommitted
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] <[email protected]>
1 parent 40daa66 commit c3a9b9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Stale PRs and issues policy
12-
uses: actions/stale@v4
12+
uses: actions/stale@v10
1313
with:
1414
repo-token: ${{ secrets.GITHUB_TOKEN }}
1515
# General settings.
@@ -45,7 +45,7 @@ jobs:
4545
# * Issues that are pending more information
4646
# * Except Issues marked as "no stale"
4747
- name: Needs more information stale issues policy
48-
uses: actions/stale@v4
48+
uses: actions/stale@v10
4949
with:
5050
repo-token: ${{ secrets.GITHUB_TOKEN }}
5151
ascending: true

0 commit comments

Comments
 (0)