From b2d499b783679b41e3334034bc9f76c833eced7a Mon Sep 17 00:00:00 2001 From: Mike Houston Date: Tue, 21 May 2024 14:53:31 +0100 Subject: [PATCH] Update version of aws-credentials action --- .github/workflows/cicd-3-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd-3-deploy.yaml b/.github/workflows/cicd-3-deploy.yaml index e43f138..70c4b7c 100644 --- a/.github/workflows/cicd-3-deploy.yaml +++ b/.github/workflows/cicd-3-deploy.yaml @@ -66,7 +66,7 @@ jobs: uses: actions/checkout@v4 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v3 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.AWS_DEPLOY_ROLE }} role-session-name: deploy_${{ inputs.environment }}