From b5130378901f0c8e5424803ca287da24ed85acca Mon Sep 17 00:00:00 2001 From: Yousif Akbar <11247449+yhakbar@users.noreply.github.com> Date: Thu, 2 May 2024 10:05:46 -0400 Subject: [PATCH] feat: Updating bootstrap --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1451abb..71c1145 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ runs: steps: - name: "[ProvisionAccount]: Load Gruntwork Context" id: gruntwork_context - uses: gruntwork-io/pipelines-bootstrap@v0.0.2 + uses: gruntwork-io/pipelines-bootstrap@v1.0.0 with: cache: ${{ inputs.gruntwork_context }} token: ${{ inputs.PIPELINES_READ_TOKEN }}