From d524d636a5505cc50e9107c24b51b056d6fd1130 Mon Sep 17 00:00:00 2001 From: Lewis Christie Date: Tue, 14 May 2024 13:42:25 -0600 Subject: [PATCH] Bootstrap 2.0.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index aa21f32..71f097f 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@v1.0.0 + uses: gruntwork-io/pipelines-bootstrap@v2.0.0 with: cache: ${{ inputs.gruntwork_context }} token: ${{ inputs.PIPELINES_READ_TOKEN }}