]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Bump actions/stale from 9.1.0 to 10.0.0 2062/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 7 Sep 2025 10:05:15 +0000 (10:05 +0000)
committerGitHub <noreply@github.com>
Sun, 7 Sep 2025 10:05:15 +0000 (10:05 +0000)
Bumps [actions/stale](https://github.com/actions/stale) from 9.1.0 to 10.0.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v9.1.0...v10.0.0)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/stale.yaml

index c2a0a3a28e18837267404cac21361e14af48e896..c61f53865c7dff7b7217b69a34de12093bc98165 100644 (file)
@@ -11,7 +11,7 @@ jobs:
   stale:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/stale@v9.1.0
+      - uses: actions/stale@v10.0.0
         with:
           stale-issue-message: 'This issue has been inactive for 28 days so will be closed 7 days from now. To prevent this, please remove the "stale" label or post a comment.'
           stale-pr-message: 'This PR has been inactive for 28 days so will be closed 7 days from now. To prevent this, please remove the "stale" label or post a comment.'