diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index d0f14954b..97ada22b2 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -125,7 +125,7 @@ jobs: # Use AWS Secrets Manger GHA to retrieve CI Bot Creds - name: Get CI Bot Creds Secret - uses: aws-actions/aws-secretsmanager-get-secrets@v2 + uses: aws-actions/aws-secretsmanager-get-secrets@v3 with: secret-ids: Github/aws-crypto-tools-ci-bot parse-json-secrets: true diff --git a/.github/workflows/sem_ver.yml b/.github/workflows/sem_ver.yml index f8ef612c6..383a77186 100644 --- a/.github/workflows/sem_ver.yml +++ b/.github/workflows/sem_ver.yml @@ -33,7 +33,7 @@ jobs: # Use AWS Secrets Manger GHA to retrieve CI Bot Creds - name: Get CI Bot Creds Secret - uses: aws-actions/aws-secretsmanager-get-secrets@v2 + uses: aws-actions/aws-secretsmanager-get-secrets@v3 with: secret-ids: Github/aws-crypto-tools-ci-bot parse-json-secrets: true diff --git a/.github/workflows/semantic_release.yml b/.github/workflows/semantic_release.yml index dcdeaecaa..0998dcbf5 100644 --- a/.github/workflows/semantic_release.yml +++ b/.github/workflows/semantic_release.yml @@ -42,7 +42,7 @@ jobs: # Use AWS Secrets Manger GHA to retrieve CI Bot Creds - name: Get CI Bot Creds Secret - uses: aws-actions/aws-secretsmanager-get-secrets@v2 + uses: aws-actions/aws-secretsmanager-get-secrets@v3 with: secret-ids: Github/aws-crypto-tools-ci-bot parse-json-secrets: true