Skip to content

Commit

Permalink
Merge pull request #1146 from ko-build/dependabot/github_actions/aws-…
Browse files Browse the repository at this point in the history
…actions/configure-aws-credentials-4.0.0

Bump aws-actions/configure-aws-credentials from 3.0.2 to 4.0.0
  • Loading branch information
cpanato authored Sep 12, 2023
2 parents 5a95f8a + ef6f4f6 commit cf3e626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/registries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: go install .

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@50ac8dd1e1b10d09dac7b8727528b91bed831ac0 # v3.0.2
uses: aws-actions/configure-aws-credentials@8c3f20df09ac63af7b3ae3d7c91f105f857d8497 # v4.0.0
with:
role-to-assume: arn:aws:iam::${{ env.AWS_ACCOUNT }}:role/federated-ecr-readwrite
aws-region: ${{ env.AWS_REGION }}
Expand Down

0 comments on commit cf3e626

Please sign in to comment.