diff --git a/.github/workflows/_build-deploy.yaml b/.github/workflows/_build-deploy.yaml index 8b5b37b2e..bdfe2e447 100644 --- a/.github/workflows/_build-deploy.yaml +++ b/.github/workflows/_build-deploy.yaml @@ -62,7 +62,7 @@ jobs: aws-region: us-east-1 - name: Load build config - uses: aws-actions/aws-secretsmanager-get-secrets@v2 + uses: aws-actions/aws-secretsmanager-get-secrets@v3 with: secret-ids: | ,/CodeBuild/web-app/${{ inputs.env-name }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c755621b..fcaf92e56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,7 +116,7 @@ jobs: role-session-name: OIDC-GHA-Build-Secrets aws-region: us-east-1 - name: Load Playwright environment - uses: aws-actions/aws-secretsmanager-get-secrets@v2 + uses: aws-actions/aws-secretsmanager-get-secrets@v3 with: secret-ids: | ,github/build