diff --git a/.github/workflows/lock-threads.yml b/.github/workflows/lock-threads.yml index 6671941..8d7d030 100644 --- a/.github/workflows/lock-threads.yml +++ b/.github/workflows/lock-threads.yml @@ -15,7 +15,7 @@ jobs: pull-requests: write steps: - name: Lock inactive issues and prs - uses: jsumners/lock-threads@e460dfeb36e731f3aeb214be6b0c9a9d9a67eda6 # v3.0.0 + uses: dessant/lock-threads@89ae32b08ed1a541efecbab17912962a5e38981c # v6.0.2 with: issue-inactive-days: '90' pr-inactive-days: '90' @@ -27,4 +27,4 @@ jobs: pr-comment: > This pull request has been automatically locked since there has not been any recent activity after it was closed. - Please open a new issue for related bugs. \ No newline at end of file + Please open a new issue for related bugs.