diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-23 23:32:45 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-23 23:32:45 +0700 |
commit | b2253cd000b2eaf1e7df298ced2e65c40c30e780 (patch) | |
tree | aec854802fb93cbb3c4a5bfff8754f6e24db7ce8 | |
parent | 3875b1fc8d6676d1ceb51852fc1cd43d0463dc99 (diff) | |
download | rneovim-b2253cd000b2eaf1e7df298ced2e65c40c30e780.tar.gz rneovim-b2253cd000b2eaf1e7df298ced2e65c40c30e780.tar.bz2 rneovim-b2253cd000b2eaf1e7df298ced2e65c40c30e780.zip |
build(deps): bump actions/stale from 7 to 8
Bumps [actions/stale](https://github.com/actions/stale) from 7 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/v7...v8)
-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 c1d3ee3ff3..74661e686e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,7 +13,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v7 + - uses: actions/stale@v8 with: days-before-close: 30 days-before-stale: -1 |