Skip to content

Commit

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

Bump aws-actions/configure-aws-credentials from 2.2.0 to 3.0.1
  • Loading branch information
cpanato authored Aug 28, 2023
2 parents 58605f4 + 99f2a32 commit d36eefc
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 @@ -72,7 +72,7 @@ jobs:
run: go install .

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 # v2.2.0
uses: aws-actions/configure-aws-credentials@04b98b3f9e85f563fb061be8751a0352327246b0 # v3.0.1
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 d36eefc

Please sign in to comment.