chore(deps): Bump actions/stale from 9 to 10 (#4566)

* chore(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](https://github.com/actions/stale/compare/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>

* update permissions

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-09-08 23:41:27 +02:00 committed by GitHub
parent e78801b5f2
commit 92c834a2e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,17 +5,17 @@ on:
- cron: "0 1 * * *" - cron: "0 1 * * *"
permissions: permissions:
actions: write
contents: read contents: read
issues: write
pull-requests: write
jobs: jobs:
stale: stale:
permissions:
issues: write
pull-requests: write
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
steps: steps:
- name: Close stale issues - name: Close stale issues
uses: actions/stale@v9 uses: actions/stale@v10
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 20 days-before-stale: 20