Skip to content

Commit

Permalink
Update aws-actions/configure-aws-credentials action to v4 (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 3, 2024
1 parent 86fe3a8 commit 5fd3c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
mv "./$FILE_NAME" "$GITHUB_WORKSPACE/$FILE_NAME"
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: us-east-2
role-to-assume: ${{ env.IAM_ROLE_ARN_S3 }}
Expand Down

0 comments on commit 5fd3c67

Please sign in to comment.