mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-22 15:53:23 +00:00
bump github actions to latest
Fix for nodejs 12 deprecation
This commit is contained in:
parent
a7e4a85cef
commit
8f3aba7b79
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