From 59dda3aeb24c7e29456dfaf5f0ca5cc81fad703b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 12:52:23 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v4.0.3 (#689) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/publish-techdocs-to-s3.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-techdocs-to-s3.yaml b/.github/workflows/publish-techdocs-to-s3.yaml index 4753362..d2cac07 100644 --- a/.github/workflows/publish-techdocs-to-s3.yaml +++ b/.github/workflows/publish-techdocs-to-s3.yaml @@ -135,7 +135,7 @@ jobs: cmd: yq '.kind' template.yaml - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 + uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3 with: aws-region: us-east-1 role-session-name: publish-docs