Skip to content

Commit

Permalink
fix: upgrade confgiure-aws-creds to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir David authored and Tamir David committed Oct 13, 2024
1 parent bfe2000 commit 9d0b19c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cross-cloud-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:


- name: Configure AWS credentials from OIDC
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::061717858829:role/ecr-pull-push-role
aws-region: us-east-1
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
steps:

- name: Configure AWS credentials from OIDC
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::061717858829:role/ecr-pull-push-role
aws-region: us-east-1
Expand Down

0 comments on commit 9d0b19c

Please sign in to comment.