From 57e2fd6237f2e77f56a5c277ea360b5f9c9c2139 Mon Sep 17 00:00:00 2001 From: Yousif Akbar <11247449+yhakbar@users.noreply.github.com> Date: Thu, 2 May 2024 10:04:17 -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 7c12fe8..7f146d7 100644 --- a/action.yml +++ b/action.yml @@ -37,7 +37,7 @@ runs: steps: - name: "Read in 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 }}