diff --git a/.github/workflows/commit_performance_result.yml b/.github/workflows/commit_performance_result.yml index 1f645574a2..b260a7f831 100644 --- a/.github/workflows/commit_performance_result.yml +++ b/.github/workflows/commit_performance_result.yml @@ -17,7 +17,7 @@ jobs: commitPerformanceResults: runs-on: ubuntu-latest steps: - - uses: aws-actions/configure-aws-credentials@v5 + - uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::637423498965:role/GitHubActionGrahQLJava aws-region: "ap-southeast-2" diff --git a/.github/workflows/publish_commit.yml b/.github/workflows/publish_commit.yml index 7cabc69f30..2ce38f68e8 100644 --- a/.github/workflows/publish_commit.yml +++ b/.github/workflows/publish_commit.yml @@ -15,7 +15,7 @@ jobs: if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - - uses: aws-actions/configure-aws-credentials@v5 + - uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::637423498965:role/GitHubActionGrahQLJava aws-region: "ap-southeast-2"