Skip to content

Commit bb1ab95

Browse files
Bump aws-actions/aws-secretsmanager-get-secrets from 1 to 2
Bumps [aws-actions/aws-secretsmanager-get-secrets](https://github.com/aws-actions/aws-secretsmanager-get-secrets) from 1 to 2. - [Release notes](https://github.com/aws-actions/aws-secretsmanager-get-secrets/releases) - [Commits](aws-actions/aws-secretsmanager-get-secrets@v1...v2) --- updated-dependencies: - dependency-name: aws-actions/aws-secretsmanager-get-secrets dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fa548e2 commit bb1ab95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/post-release-version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
aws-region: ${{ env.AWS_DEFAULT_REGION }}
6666

6767
- name: Get Bot secrets
68-
uses: aws-actions/aws-secretsmanager-get-secrets@v1
68+
uses: aws-actions/aws-secretsmanager-get-secrets@v2
6969
id: bot_secrets
7070
with:
7171
secret-ids: |

.github/workflows/pre-release-prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
aws-region: ${{ env.AWS_DEFAULT_REGION }}
3232

3333
- name: Get Bot secrets
34-
uses: aws-actions/aws-secretsmanager-get-secrets@v1
34+
uses: aws-actions/aws-secretsmanager-get-secrets@v2
3535
id: bot_secrets
3636
with:
3737
secret-ids: |

0 commit comments

Comments
 (0)