From 9d0bc5ad1b8ff7ba9a160800204a512862c1d80e Mon Sep 17 00:00:00 2001 From: Lewis Christie Date: Tue, 14 May 2024 13:39:35 -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 6d469cb..f3da6f6 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ runs: steps: - name: "[ProvisionDelegatedAccount]: Read 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 }}