]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Bump actions/stale from 8.0.0 to 9.1.0 1963/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 31 Jan 2025 12:19:26 +0000 (12:19 +0000)
committerGitHub <noreply@github.com>
Fri, 31 Jan 2025 12:19:26 +0000 (12:19 +0000)
Bumps [actions/stale](https://github.com/actions/stale) from 8.0.0 to 9.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/v8.0.0...v9.1.0)

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

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

index 88a0d50a56ad414e9d85e82bf8085c02159050cf..c2a0a3a28e18837267404cac21361e14af48e896 100644 (file)
@@ -11,7 +11,7 @@ jobs:
   stale:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/stale@v8.0.0
+      - uses: actions/stale@v9.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.'