From d33b559ad4daa8a4b9ed35a2e20ca028d9a62683 Mon Sep 17 00:00:00 2001 From: "smartway-bot[bot]" <176469786+smartway-bot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 01:13:14 +0000 Subject: [PATCH] chore(deps): update aws-actions/aws-secretsmanager-get-secrets action to v3 --- .github/workflows/terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 29cfc8ff..4211329d 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -194,7 +194,7 @@ jobs: role-to-assume: arn:aws:iam::${{ env.AWS_ACCOUNT_ID }}:role/${{ inputs.aws_github_role_name }} - name: Get tiers Tools credentials - uses: aws-actions/aws-secretsmanager-get-secrets@v2 + uses: aws-actions/aws-secretsmanager-get-secrets@v3 with: secret-ids: | ${{ inputs.aws_secrets || env.AWS_DEFAULT_SECRETS }}