diff --git a/.github/workflows/go-e2e-full.yml b/.github/workflows/go-e2e-full.yml index d4ac98e6..b4f4e4e5 100644 --- a/.github/workflows/go-e2e-full.yml +++ b/.github/workflows/go-e2e-full.yml @@ -45,7 +45,7 @@ jobs: run: make e2e-deps - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.OIDC_AWS_ROLE_TO_ASSUME }} aws-region: us-east-1 diff --git a/.github/workflows/go-e2e.yml b/.github/workflows/go-e2e.yml index 5fcd66ae..1186e6f6 100644 --- a/.github/workflows/go-e2e.yml +++ b/.github/workflows/go-e2e.yml @@ -48,7 +48,7 @@ jobs: run: make e2e-deps - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.OIDC_AWS_ROLE_TO_ASSUME }} aws-region: us-east-1