diff --git a/.github/workflows/automerge-approved-prs.yml b/.github/workflows/automerge-approved-prs.yml index 274d93f..69889a5 100644 --- a/.github/workflows/automerge-approved-prs.yml +++ b/.github/workflows/automerge-approved-prs.yml @@ -20,7 +20,7 @@ jobs: role-duration-seconds: 900 role-session-name: SecretsManagerFetch - name: Get bot user token - uses: aws-actions/aws-secretsmanager-get-secrets@v2 + uses: aws-actions/aws-secretsmanager-get-secrets@v3 with: parse-json-secrets: true secret-ids: | diff --git a/.github/workflows/dependabot-autoapprove.yml b/.github/workflows/dependabot-autoapprove.yml index 0b69967..3edecc4 100644 --- a/.github/workflows/dependabot-autoapprove.yml +++ b/.github/workflows/dependabot-autoapprove.yml @@ -24,7 +24,7 @@ jobs: role-to-assume: arn:aws:iam::206735643321:role/ConfigureAwsCredentialsPackageRole role-duration-seconds: 900 - name: Get bot user token - uses: aws-actions/aws-secretsmanager-get-secrets@v2 + uses: aws-actions/aws-secretsmanager-get-secrets@v3 with: parse-json-secrets: true secret-ids: | diff --git a/.github/workflows/package-dist.yml b/.github/workflows/package-dist.yml index da89ef3..3b11f16 100644 --- a/.github/workflows/package-dist.yml +++ b/.github/workflows/package-dist.yml @@ -36,7 +36,7 @@ jobs: role-duration-seconds: 900 role-session-name: ${{ github.run_id }} - name: Get git credentials - uses: aws-actions/aws-secretsmanager-get-secrets@v2 + uses: aws-actions/aws-secretsmanager-get-secrets@v3 with: parse-json-secrets: true secret-ids: | diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 0f4abbe..3ad4143 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -28,7 +28,7 @@ jobs: role-session-name: ${{ github.run_id }} - name: Get git credentials - uses: aws-actions/aws-secretsmanager-get-secrets@v2 + uses: aws-actions/aws-secretsmanager-get-secrets@v3 with: parse-json-secrets: true secret-ids: |