mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
Upgrade GitHub action dessant/lock-threads
to v4
In v3 several input parameters where renamed and since v4 it requires Node.js 16. This resolves warnings about Node.js 12 and `set-output` being deprecated and slated for removal in the `Lock threads` workflow.
This commit is contained in:
parent
31f63b2f87
commit
0af2a7a9b7
1 changed files with 4 additions and 4 deletions
8
.github/workflows/lockthreads.yml
vendored
8
.github/workflows/lockthreads.yml
vendored
|
@ -17,9 +17,9 @@ jobs:
|
|||
pull-requests: write # for dessant/lock-threads to lock PRs
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: dessant/lock-threads@v2
|
||||
- uses: dessant/lock-threads@v4
|
||||
with:
|
||||
github-token: ${{ github.token }}
|
||||
issue-lock-inactive-days: '365'
|
||||
pr-lock-inactive-days: '365'
|
||||
issue-exclude-labels: 'question, needs more info'
|
||||
issue-inactive-days: '365'
|
||||
pr-inactive-days: '365'
|
||||
exclude-any-issue-labels: 'question, needs more info'
|
||||
|
|
Loading…
Reference in a new issue