Update CI dependencies

pull/6725/head
Uruk 1 month ago
parent 941985f65b
commit f6538cf5f1

@ -236,7 +236,7 @@ jobs:
steps: steps:
- name: Notify - name: Notify
uses: tsickert/discord-webhook@v5.3.0 uses: tsickert/discord-webhook@v6.0.0
with: with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }} webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
username: 'GitHub Actions' username: 'GitHub Actions'

@ -9,4 +9,4 @@ jobs:
pull-requests: write pull-requests: write
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/labeler@v4 - uses: actions/labeler@v5

@ -9,13 +9,13 @@ jobs:
lock: lock:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: dessant/lock-threads@v2 - uses: dessant/lock-threads@v5
with: with:
github-token: ${{ github.token }} github-token: ${{ github.token }}
issue-lock-inactive-days: '90' issue-inactive-days: '90'
issue-exclude-created-before: '' exclude-issue-created-before: ''
issue-exclude-labels: 'one-day-maybe' exclude-any-issue-labels: 'one-day-maybe'
issue-lock-labels: '' add-issue-labels: ''
issue-lock-comment: '' issue-comment: ''
issue-lock-reason: 'resolved' issue-lock-reason: 'resolved'
process-only: '' process-only: ''

Loading…
Cancel
Save