Skip to content

Commit

Permalink
Merge pull request #1601 from portefaix/renovate/aws-actions-configur…
Browse files Browse the repository at this point in the history
…e-aws-credentials-4.x

chore(deps): update aws-actions/configure-aws-credentials action to v4.0.3
  • Loading branch information
nlamirault authored Feb 4, 2025
2 parents 769fba6 + 460ce81 commit 85acc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tf-validate-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4.0.2
uses: aws-actions/configure-aws-credentials@v4.0.3
with:
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE }}
role-session-name: githubactions
Expand Down

0 comments on commit 85acc92

Please sign in to comment.