From a875396069f73118aedea69ec5d7cbc550f1679e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 13:01:43 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v6 | datasource | package | from | to | | ----------- | ------------------------------------- | ---- | -- | | github-tags | aws-actions/configure-aws-credentials | v4 | v6 | | github-tags | aws-actions/configure-aws-credentials | v5 | v6 | --- .github/workflows/service-pipeline.yaml | 2 +- .github/workflows/techdocs-publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/service-pipeline.yaml b/.github/workflows/service-pipeline.yaml index 651ff38..702f617 100644 --- a/.github/workflows/service-pipeline.yaml +++ b/.github/workflows/service-pipeline.yaml @@ -209,7 +209,7 @@ jobs: run: docker load --input /tmp/${{ inputs.service_name }}.tar - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::${{ matrix.aws_account_id }}:role/${{ matrix.aws_iam_role_name }} aws-region: ${{ matrix.aws_region }} diff --git a/.github/workflows/techdocs-publish.yaml b/.github/workflows/techdocs-publish.yaml index 98a4b03..74f4bfa 100644 --- a/.github/workflows/techdocs-publish.yaml +++ b/.github/workflows/techdocs-publish.yaml @@ -72,7 +72,7 @@ jobs: run: techdocs-cli generate --no-docker - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ inputs.aws_role_arn }} aws-region: ${{ inputs.aws_region }}