From 7acbe36dbb24203ef81be2fbb570bbd4d744dc64 Mon Sep 17 00:00:00 2001 From: Yousif Akbar <11247449+yhakbar@users.noreply.github.com> Date: Fri, 26 Apr 2024 17:13:02 -0400 Subject: [PATCH] chore: Bumping some actions --- .github/workflows/pipelines-root.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index cd9a4ed..afa105b 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -68,7 +68,7 @@ jobs: - name: "[ProvisionAccount]: Provision New Account" id: provision_access_control if: ${{ steps.bootstrap.outputs.action == 'PROVISION_ACCOUNT' }} - uses: gruntwork-io/pipelines-provision-account-action@v0.0.1 + uses: gruntwork-io/pipelines-provision-account-action@v0.0.2 with: PIPELINES_READ_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }} INFRA_ROOT_WRITE_TOKEN: ${{ secrets.INFRA_ROOT_WRITE_TOKEN }} @@ -81,7 +81,7 @@ jobs: # TODO: Rename this as pipelines-apply-core-baselines or something similar # Also, the final Auth to the management account in this action should be done by the pipelines-baseline-child-account-action # instead to prevent the indirection and confusion - uses: gruntwork-io/pipelines-baseline-account-action@v0.0.1 + uses: gruntwork-io/pipelines-baseline-account-action@v0.0.2 with: PIPELINES_READ_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }} gruntwork_context: ${{ toJson(steps.bootstrap.outputs) }}