diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-12-21 16:54:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-21 16:54:46 +0100 |
commit | 5d5fa886fff58bc4246501fbaaf7f63a72c0f0fe (patch) | |
tree | b774e6dfa18951c96b907f2c8937d1ed1f7b606b | |
parent | f3848968371a2cb091b3e1f56961d2137c7ff6de (diff) | |
download | rneovim-5d5fa886fff58bc4246501fbaaf7f63a72c0f0fe.tar.gz rneovim-5d5fa886fff58bc4246501fbaaf7f63a72c0f0fe.tar.bz2 rneovim-5d5fa886fff58bc4246501fbaaf7f63a72c0f0fe.zip |
ci: bump stale action version (#21490)
-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 345da211cb..40f6616110 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,7 +11,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v6 + - uses: actions/stale@v7 with: days-before-close: 30 days-before-stale: -1 |