Skip to content

Commit 32de680

Browse files
dependabot[bot]sebthom
authored andcommitted
ci(deps): bump actions/stale from 9 to 10
Bumps [actions/stale](https://github.com/actions/stale) from 9 to 10. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v9...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 7bacfc2 commit 32de680

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v5 # https://github.com/actions/checkout
2121

2222
- name: Run stale action
23-
uses: actions/stale@v9 # https://github.com/actions/stale
23+
uses: actions/stale@v10 # https://github.com/actions/stale
2424
with:
2525
repo-token: ${{ secrets.GITHUB_TOKEN }}
2626
days-before-stale: 90
@@ -38,7 +38,7 @@ jobs:
3838
security
3939
4040
- name: Run stale action (for enhancements)
41-
uses: actions/stale@v9 # https://github.com/actions/stale
41+
uses: actions/stale@v10 # https://github.com/actions/stale
4242
with:
4343
repo-token: ${{ secrets.GITHUB_TOKEN }}
4444
days-before-stale: 360

0 commit comments

Comments
 (0)