mirror of
https://github.com/Readarr/Readarr
synced 2025-12-11 10:54:45 +01:00
bump github actions to latest [skip ci]
Fix for nodejs 12 deprecation
This commit is contained in:
parent
bea61edb4e
commit
ddbb8b211f
2 changed files with 7 additions and 7 deletions
12
.github/workflows/lock.yml
vendored
12
.github/workflows/lock.yml
vendored
|
|
@ -9,13 +9,13 @@ jobs:
|
|||
lock:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: dessant/lock-threads@v2
|
||||
- uses: dessant/lock-threads@v4
|
||||
with:
|
||||
github-token: ${{ github.token }}
|
||||
issue-lock-inactive-days: '90'
|
||||
issue-exclude-created-before: ''
|
||||
issue-exclude-labels: ''
|
||||
issue-lock-labels: ''
|
||||
issue-lock-comment: ''
|
||||
issue-inactive-days: '90'
|
||||
exclude-issue-created-before: ''
|
||||
exclude-any-issue-labels: ''
|
||||
add-issue-labels: ''
|
||||
issue-comment: ''
|
||||
issue-lock-reason: 'resolved'
|
||||
process-only: ''
|
||||
|
|
|
|||
2
.github/workflows/support.yml
vendored
2
.github/workflows/support.yml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
support:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: dessant/support-requests@v2
|
||||
- uses: dessant/support-requests@v3
|
||||
with:
|
||||
github-token: ${{ github.token }}
|
||||
support-label: 'Type: Support'
|
||||
|
|
|
|||
Loading…
Reference in a new issue