From 67c6efee77efc214e8252b6cadaee2dea122ee20 Mon Sep 17 00:00:00 2001 From: Chandrapal Badshah <12944530+0xbadshah@users.noreply.github.com> Date: Sun, 26 Jul 2026 08:42:30 +0530 Subject: [PATCH] chore: update lock-threads from v5 to v6.0.2 for Node 24 compatibility (#234) --- .github/workflows/lock-threads.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lock-threads.yml b/.github/workflows/lock-threads.yml index b995ae0..0a115f8 100644 --- a/.github/workflows/lock-threads.yml +++ b/.github/workflows/lock-threads.yml @@ -17,7 +17,7 @@ jobs: action: runs-on: ubuntu-latest steps: - - uses: dessant/lock-threads@v5 + - uses: dessant/lock-threads@v6.0.2 with: issue-inactive-days: '7' - pr-inactive-days: '7' \ No newline at end of file + pr-inactive-days: '7'