Skip to content

Commit 7c7a60a

Browse files
chore(deps): bump aws-actions/configure-aws-credentials
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4 to 5. - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@v4...v5) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 987ac0f commit 7c7a60a

11 files changed

+12
-12
lines changed

.github/workflows/go-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
# KMS and MPL tests need to use credentials which can call KMS
3333
- name: Configure AWS Credentials for Tests
34-
uses: aws-actions/configure-aws-credentials@v4
34+
uses: aws-actions/configure-aws-credentials@v5
3535
if: github.event.inputs.project-name == 'ComAmazonawsKms' || github.event.inputs.project-name == 'ComAmazonawsDynamodb' || github.event.inputs.project-name == 'AwsCryptographicMaterialProviders'
3636
with:
3737
aws-region: us-west-2

.github/workflows/library_go_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
git config --global core.longpaths true
5252
5353
- name: Configure AWS Credentials
54-
uses: aws-actions/configure-aws-credentials@v4
54+
uses: aws-actions/configure-aws-credentials@v5
5555
with:
5656
aws-region: us-west-2
5757
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-MPL-Dafny-Role-us-west-2

.github/workflows/library_interop_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
# Test Vectors need to call KMS
4646
- name: Configure AWS Credentials for Tests
47-
uses: aws-actions/configure-aws-credentials@v4
47+
uses: aws-actions/configure-aws-credentials@v5
4848
with:
4949
aws-region: us-west-2
5050
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-MPL-Dafny-Role-us-west-2
@@ -251,7 +251,7 @@ jobs:
251251
252252
# KMS and MPL tests need to use credentials which can call KMS
253253
- name: Configure AWS Credentials for Tests
254-
uses: aws-actions/configure-aws-credentials@v4
254+
uses: aws-actions/configure-aws-credentials@v5
255255
with:
256256
aws-region: us-west-2
257257
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-MPL-Dafny-Role-us-west-2

.github/workflows/library_java_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
git config --global core.longpaths true
4848
# KMS and MPL tests need to use credentials which can call KMS
4949
- name: Configure AWS Credentials for Tests
50-
uses: aws-actions/configure-aws-credentials@v4
50+
uses: aws-actions/configure-aws-credentials@v5
5151
if: matrix.library == 'ComAmazonawsKms' || matrix.library == 'ComAmazonawsDynamodb' || matrix.library == 'AwsCryptographicMaterialProviders' || matrix.library == 'TestVectorsAwsCryptographicMaterialProviders'
5252
with:
5353
aws-region: us-west-2

.github/workflows/library_net_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
git config --global core.longpaths true
4747
4848
- name: Configure AWS Credentials
49-
uses: aws-actions/configure-aws-credentials@v4
49+
uses: aws-actions/configure-aws-credentials@v5
5050
with:
5151
aws-region: us-west-2
5252
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-MPL-Dafny-Role-us-west-2

.github/workflows/library_python_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
git config --global core.longpaths true
5252
5353
- name: Configure AWS Credentials
54-
uses: aws-actions/configure-aws-credentials@v4
54+
uses: aws-actions/configure-aws-credentials@v5
5555
with:
5656
aws-region: us-west-2
5757
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-MPL-Dafny-Role-us-west-2

.github/workflows/library_rust_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
git submodule update --init --recursive smithy-dafny
4949
5050
- name: Configure AWS Credentials
51-
uses: aws-actions/configure-aws-credentials@v4
51+
uses: aws-actions/configure-aws-credentials@v5
5252
with:
5353
aws-region: us-west-2
5454
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-MPL-Dafny-Role-us-west-2

.github/workflows/nightly_dafny.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
# We need access to the role that is able to get CI Bot Creds
7070
- name: Configure AWS Credentials for Release
71-
uses: aws-actions/configure-aws-credentials@v4
71+
uses: aws-actions/configure-aws-credentials@v5
7272
with:
7373
aws-region: us-west-2
7474
role-to-assume: arn:aws:iam::587316601012:role/GitHub-CI-CI-Bot-Credential-Access-Role-us-west-2

.github/workflows/sem_ver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
# We need access to the role that is able to get CI Bot Creds
2222
- name: Configure AWS Credentials for Release
23-
uses: aws-actions/configure-aws-credentials@v4
23+
uses: aws-actions/configure-aws-credentials@v5
2424
with:
2525
aws-region: us-west-2
2626
role-to-assume: arn:aws:iam::587316601012:role/GitHub-CI-CI-Bot-Credential-Access-Role-us-west-2

.github/workflows/semantic_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
# We need access to the role that is able to get CI Bot Creds
3131
- name: Configure AWS Credentials for Release
32-
uses: aws-actions/configure-aws-credentials@v4
32+
uses: aws-actions/configure-aws-credentials@v5
3333
with:
3434
aws-region: us-west-2
3535
role-to-assume: arn:aws:iam::587316601012:role/GitHub-CI-CI-Bot-Credential-Access-Role-us-west-2

0 commit comments

Comments
 (0)