Skip to content

Commit

Permalink
Merge pull request #4 from armakuni/dependabot/github_actions/aws-act…
Browse files Browse the repository at this point in the history
…ions/configure-aws-credentials-4

ci(deps): bump aws-actions/configure-aws-credentials from 3 to 4
  • Loading branch information
mergify[bot] authored Sep 26, 2023
2 parents 082688e + b4431dc commit 6557a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "repository-name=$repository_name" >> "$GITHUB_OUTPUT"
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v3
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/${{ steps.get-repository-name.outputs.repository-name }}-github-actions
role-session-name: terratest-session
Expand Down

0 comments on commit 6557a4f

Please sign in to comment.