Skip to content

Commit 1c84f64

Browse files
Update aws-actions/configure-aws-credentials action to v6
1 parent 2403173 commit 1c84f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-pr-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
ref: refs/pull/${{ github.event.inputs.pr_number }}/merge
3232

3333
- name: 🔑 Configure AWS Credentials (for ECR and EKS)
34-
uses: aws-actions/configure-aws-credentials@v4
34+
uses: aws-actions/configure-aws-credentials@v6
3535
with:
3636
role-to-assume: ${{ secrets.GH_ACTIONS_DEPLOY_ROLE_ARN }}
3737
aws-region: ${{ env.AWS_REGION }}

0 commit comments

Comments
 (0)