From 8df3f3c150b1722a54f9f0fcaf32928165f28aec Mon Sep 17 00:00:00 2001 From: Jon Chambers Date: Wed, 4 Mar 2026 18:05:10 -0500 Subject: [PATCH] Update version number in a comment --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}