From 9dd626c32050956410a0be4c57c808e0ab86d1f8 Mon Sep 17 00:00:00 2001 From: Matt Blair Date: Tue, 13 Feb 2024 21:19:46 -0800 Subject: [PATCH] Upgrade to `aws-actions/configure-aws-credentials@v4`. --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 636c79c..0bb3189 100644 --- a/action.yaml +++ b/action.yaml @@ -22,7 +22,7 @@ runs: using: "composite" steps: - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ inputs.role-arn }} aws-region: ${{ inputs.region }}