diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-19 02:44:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-19 02:44:38 +0000 |
commit | e946b3260d81ecde00da07a06501bbd80d483573 (patch) | |
tree | a0b4a1b39f7625d8e2120e0b72d4d36576fe4b4a /.github | |
parent | 3bdcc36f03ffca8b4f5b9de4dd05210e4d277bd4 (diff) | |
download | nextcloud-server-e946b3260d81ecde00da07a06501bbd80d483573.tar.gz nextcloud-server-e946b3260d81ecde00da07a06501bbd80d483573.zip |
chore(deps): Bump actions/stale from 5 to 8
Bumps [actions/stale](https://github.com/actions/stale) from 5 to 8.
- [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/v5...v8)
---
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 29e680b4698..7016f5108a6 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -15,7 +15,7 @@ jobs: issues: write steps: - - uses: actions/stale@v5 + - uses: actions/stale@v8 with: repo-token: ${{ secrets.COMMAND_BOT_PAT }} stale-issue-message: > |