Skip to content

Commit

Permalink
Update configure-aws-credentials to v4
Browse files Browse the repository at this point in the history
No special or breaking changes were introduced.
  • Loading branch information
batbattur authored Dec 13, 2023
1 parent 9ad5a05 commit 5a19cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: docker build -t ${{ env.ECR_IMAGE_REPO }}:${{ github.sha }} --label org.label-schema.name="shopify-analytics" .

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ env.DEPLOY_IAM_ROLE }}
aws-region: us-east-1
Expand Down

0 comments on commit 5a19cfa

Please sign in to comment.