From 93806e6ff0bd66b3dfe3f93f44955e4b1616b9a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 00:41:52 +0000 Subject: [PATCH] Bump github/command from 1.2.2 to 2.0.0 Bumps [github/command](https://github.com/github/command) from 1.2.2 to 2.0.0. - [Release notes](https://github.com/github/command/releases) - [Commits](https://github.com/github/command/compare/v1.2.2...v2.0.0) --- updated-dependencies: - dependency-name: github/command dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy_infra.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_infra.yml b/.github/workflows/deploy_infra.yml index 25e8d5f..f75f4c4 100644 --- a/.github/workflows/deploy_infra.yml +++ b/.github/workflows/deploy_infra.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: github/command@v1.2.2 + - uses: github/command@v2.0.0 id: command with: command: ".deploy"