Skip to content

Commit

Permalink
Merge pull request #4109 from rubygems/dependabot/github_actions/aws-…
Browse files Browse the repository at this point in the history
…actions/configure-aws-credentials-4.0.1

Bump aws-actions/configure-aws-credentials from 4.0.0 to 4.0.1
  • Loading branch information
hsbt authored Oct 5, 2023
2 parents 4abbe1f + ccfee9c commit a05e04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install and start services (needed for image test)
run: docker-compose up -d
- name: Configure AWS credentials from Production account
uses: aws-actions/configure-aws-credentials@8c3f20df09ac63af7b3ae3d7c91f105f857d8497 # v4.0.0
uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1
if: github.secret_source != 'None'
with:
role-to-assume: arn:aws:iam::048268392960:role/rubygems-ecr-pusher
Expand Down

0 comments on commit a05e04c

Please sign in to comment.