diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-09 02:42:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-09 02:42:45 +0000 |
commit | 38006c79feac77a2afd1c0659112561b3158bdb1 (patch) | |
tree | 6391a8c3b45f1ca93613ceeaa460cb60a232dc24 /.github | |
parent | 2606424d59e35ad74cf7801e54f45585c8f3aced (diff) | |
download | nextcloud-server-38006c79feac77a2afd1c0659112561b3158bdb1.tar.gz nextcloud-server-38006c79feac77a2afd1c0659112561b3158bdb1.zip |
chore(deps): Bump actions/stale from 8 to 9
Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9.
- [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...v9)
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/stale.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 7016f5108a6..ec911455f61 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -15,7 +15,7 @@ jobs: issues: write steps: - - uses: actions/stale@v8 + - uses: actions/stale@v9 with: repo-token: ${{ secrets.COMMAND_BOT_PAT }} stale-issue-message: > |