Browse Source

Lock threads updated

Scott Lahteine 5 years ago
parent
commit
354a9e5970
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/lock-closed.yml

+ 1
- 1
.github/workflows/lock-closed.yml View File

17
     runs-on: ubuntu-latest
17
     runs-on: ubuntu-latest
18
 
18
 
19
     steps:
19
     steps:
20
-    - uses: netniV/lock-threads@patch-1
20
+    - uses: dessant/lock-threads@v2
21
       with:
21
       with:
22
         github-token: ${{ github.token }}
22
         github-token: ${{ github.token }}
23
         process-only: 'issues'
23
         process-only: 'issues'

Loading…
Cancel
Save