diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 9bb832950..2938e5ee5 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -24,7 +24,7 @@ jobs: distribution: 'temurin' java-version-file: .java-version cache: 'maven' - - uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v5.0.0 + - uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0 name: Configure AWS credentials from Test account with: role-to-assume: ${{ vars.AWS_ROLE }}