From 22d1230f546ea5e33335db98cb5db8080feec5d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 08:53:42 +0000 Subject: [PATCH] chore: bump dessant/lock-threads from 6.0.0 to 6.0.2 Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 6.0.0 to 6.0.2. - [Release notes](https://github.com/dessant/lock-threads/releases) - [Changelog](https://github.com/dessant/lock-threads/blob/main/CHANGELOG.md) - [Commits](https://github.com/dessant/lock-threads/compare/v6.0.0...v6.0.2) --- updated-dependencies: - dependency-name: dessant/lock-threads dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/issues-lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issues-lock.yml b/.github/workflows/issues-lock.yml index 99e03fb00b..5680b4d714 100644 --- a/.github/workflows/issues-lock.yml +++ b/.github/workflows/issues-lock.yml @@ -12,7 +12,7 @@ jobs: permissions: issues: write steps: - - uses: dessant/lock-threads@v6.0.0 + - uses: dessant/lock-threads@v6.0.2 with: github-token: ${{ secrets.GITHUB_TOKEN }} issue-comment: 'This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.'