Skip to content

Commit 48dc968

Browse files
kiukchungfacebook-github-bot
authored andcommitted
Bump aws-actions/configure-aws-credentials from 1.6.1 to 6.2.0 (#1309)
Summary: Bump `aws-actions/configure-aws-credentials` from `v1.6.1` to `v6.2.0` in `aws-batch-integration-tests.yaml` and `components-integration-tests.yaml`. Recreated from D108447066 (bot diff lacking Phab CI bundle). Differential Revision: D108650482
1 parent b26ced6 commit 48dc968

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/aws-batch-integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout TorchX
1414
uses: actions/checkout@v6
1515
- name: Configure AWS Credentials
16-
uses: aws-actions/configure-aws-credentials@v1.6.1
16+
uses: aws-actions/configure-aws-credentials@v6.2.0
1717
with:
1818
aws-region: us-west-1
1919
role-to-assume: ${{ secrets.TF_AWS_ROLE_ARN }}

.github/workflows/components-integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Checkout TorchX
3636
uses: actions/checkout@v6
3737
- name: Configure AWS Credentials
38-
uses: aws-actions/configure-aws-credentials@v1.6.1
38+
uses: aws-actions/configure-aws-credentials@v6.2.0
3939
with:
4040
aws-region: us-west-1
4141
role-to-assume: ${{ secrets.TF_AWS_ROLE_ARN }}

0 commit comments

Comments
 (0)