diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-11 13:46:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-11 13:46:53 +0000 |
commit | ab2b5d458ed8e55793da09e2afed21f7227b92bb (patch) | |
tree | ae1209f2945da8b8e6042a04aef867f52e1a37e1 | |
parent | 5d08d3bd94c65a3b6c25c6fba6907d12b0dac4ca (diff) | |
download | go-git-ab2b5d458ed8e55793da09e2afed21f7227b92bb.tar.gz |
build: 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>
-rw-r--r-- | .github/workflows/stale-issues-bot.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale-issues-bot.yaml b/.github/workflows/stale-issues-bot.yaml index 69a0d35..11b86ae 100644 --- a/.github/workflows/stale-issues-bot.yaml +++ b/.github/workflows/stale-issues-bot.yaml @@ -11,7 +11,7 @@ jobs: stale-bot: runs-on: ubuntu-latest steps: - - uses: actions/stale@v8 + - uses: actions/stale@v9 with: ascending: true operations-per-run: 30 |