Skip to content

Commit ec138ab

Browse files
chore(deps): bump aws-actions/configure-aws-credentials (#407)
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 2 to 4.
1 parent c1740f3 commit ec138ab

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci_examples_java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
contents: read
4141
steps:
4242
- name: Configure AWS Credentials
43-
uses: aws-actions/configure-aws-credentials@v2
43+
uses: aws-actions/configure-aws-credentials@v4
4444
with:
4545
aws-region: us-west-2
4646
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2

.github/workflows/ci_test_java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
contents: read
4343
steps:
4444
- name: Configure AWS Credentials
45-
uses: aws-actions/configure-aws-credentials@v2
45+
uses: aws-actions/configure-aws-credentials@v4
4646
with:
4747
aws-region: us-west-2
4848
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2

.github/workflows/ci_test_net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: make setup_net
7171

7272
- name: Configure AWS Credentials
73-
uses: aws-actions/configure-aws-credentials@v2
73+
uses: aws-actions/configure-aws-credentials@v4
7474
with:
7575
aws-region: us-west-2
7676
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2

.github/workflows/ci_test_vector_java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cors: '*'
2929

3030
- name: Configure AWS Credentials
31-
uses: aws-actions/configure-aws-credentials@v2
31+
uses: aws-actions/configure-aws-credentials@v4
3232
with:
3333
aws-region: us-west-2
3434
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2

0 commit comments

Comments
 (0)