From 009c2ed5d9b38a71f778ce8d4c1123e9a8a4a52d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 05:23:27 +0000 Subject: [PATCH] Bump github/command from 2.0.1 to 2.0.2 Bumps [github/command](https://github.com/github/command) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/github/command/releases) - [Commits](https://github.com/github/command/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: github/command dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/close-duplicates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-duplicates.yml b/.github/workflows/close-duplicates.yml index 8b5e6ec1ef..b7ea6b13fc 100644 --- a/.github/workflows/close-duplicates.yml +++ b/.github/workflows/close-duplicates.yml @@ -13,7 +13,7 @@ jobs: close_duplicates: runs-on: ubuntu-latest steps: - - uses: github/command@v2.0.1 + - uses: github/command@v2.0.2 id: command with: allowed_contexts: "issue"