From 838eda73e3a3281fa93c2ef1c0b466198d02b9df Mon Sep 17 00:00:00 2001 From: arkon Date: Fri, 17 Dec 2021 10:47:55 -0500 Subject: [PATCH] [skip ci] update workflow actions (cherry picked from commit c16206d8162b260d5ead57da6e21ea3dd8faf100) # Conflicts: # .github/workflows/build_push.yml # .github/workflows/cancel_pull_request.yml --- .github/workflows/lock.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 223783df6..9df6caccc 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -12,8 +12,8 @@ jobs: lock: runs-on: ubuntu-latest steps: - - uses: dessant/lock-threads@v2 + - uses: dessant/lock-threads@v3 with: github-token: ${{ github.token }} - issue-lock-inactive-days: '2' - pr-lock-inactive-days: '2' + issue-inactive-days: '2' + pr-inactive-days: '2'