From 64171305d7f3b7f883e1dbc6a8a843d72ec62192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 21:00:34 +0000 Subject: [PATCH] Bump gruntwork-io/pipelines-aws-execute from 0.0.6 to 1.0.0 Bumps [gruntwork-io/pipelines-aws-execute](https://github.com/gruntwork-io/pipelines-aws-execute) from 0.0.6 to 1.0.0. - [Release notes](https://github.com/gruntwork-io/pipelines-aws-execute/releases) - [Commits](https://github.com/gruntwork-io/pipelines-aws-execute/compare/v0.0.6...v1.0.0) --- updated-dependencies: - dependency-name: gruntwork-io/pipelines-aws-execute dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index df68dc5..5e08ab5 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ runs: - name: "[ProvisionAccount]: Run Terragrunt to Create the account in AWS" id: terragrunt - uses: gruntwork-io/pipelines-aws-execute@v0.0.6 + uses: gruntwork-io/pipelines-aws-execute@v1.0.0 with: PIPELINES_READ_TOKEN: ${{ inputs.PIPELINES_READ_TOKEN }} account_id: ${{ steps.gruntwork_context.outputs.account_id }}