]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Bump actions/stale from 10.0.0 to 10.1.0 dependabot/github_actions/development/actions/stale-10.1.0 2086/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 5 Oct 2025 10:04:39 +0000 (10:04 +0000)
committerGitHub <noreply@github.com>
Sun, 5 Oct 2025 10:04:39 +0000 (10:04 +0000)
Bumps [actions/stale](https://github.com/actions/stale) from 10.0.0 to 10.1.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/v10.0.0...v10.1.0)

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

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

index c61f53865c7dff7b7217b69a34de12093bc98165..5b49c6c1df7559b8f51b784bc709218f0ff71232 100644 (file)
@@ -11,7 +11,7 @@ jobs:
   stale:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/stale@v10.0.0
+      - uses: actions/stale@v10.1.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.'