From 1fea9c681787e08667828b34e9c01c367b99f55a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 04:03:50 +0000 Subject: [PATCH] Bump github/command from 1.1.0 to 1.1.1 Bumps [github/command](https://github.com/github/command) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/github/command/releases) - [Commits](https://github.com/github/command/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: github/command 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 493aaedf52..30dd7348c0 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@v1.1.0 + - uses: github/command@v1.1.1 id: command with: allowed_contexts: "issue"