From f9134246ba3d5f75f2dff703d153eaff3a4340ed Mon Sep 17 00:00:00 2001 From: chainchad <96362174+chainchad@users.noreply.github.com> Date: Fri, 27 Dec 2024 10:38:39 -0500 Subject: [PATCH] Use released version of action --- actions/crib-deploy-environment/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/crib-deploy-environment/action.yml b/actions/crib-deploy-environment/action.yml index 02423f8e..12b530b0 100644 --- a/actions/crib-deploy-environment/action.yml +++ b/actions/crib-deploy-environment/action.yml @@ -118,7 +118,7 @@ runs: using: "composite" steps: - name: Setup GAP - uses: smartcontractkit/.github/actions/setup-gap@a1c64ab26eaac82da84581788f33029f5ae6cc02 # setup-gap@3.0.0 + uses: smartcontractkit/.github/actions/setup-gap@1bb35eaa8308e0a780afe4945596a6482e13f320 # setup-gap@3.1.0 with: aws-region: ${{ inputs.aws-region }} aws-role-arn: ${{ inputs.aws-role-arn }}