Skip to content

Commit 1b2cd9e

Browse files
Bump aws-actions/configure-aws-credentials from 1.7.0 to 4.1.0
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 1.7.0 to 4.1.0. - [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@v1.7.0...v4.1.0) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a9c6b84 commit 1b2cd9e

17 files changed

+18
-18
lines changed

.github/workflows/_binary_upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ jobs:
8080

8181
- name: Configure aws credentials (pytorch account)
8282
if: ${{ inputs.trigger-event == 'schedule' || (inputs.trigger-event == 'push' && startsWith(github.event.ref, 'refs/heads/nightly')) }}
83-
uses: aws-actions/configure-aws-credentials@v3
83+
uses: aws-actions/configure-aws-credentials@v4.1.0
8484
with:
8585
role-to-assume: arn:aws:iam::749337293305:role/gha_workflow_nightly_build_wheels
8686
aws-region: us-east-1
8787

8888
- name: Configure aws credentials (pytorch account)
8989
if: ${{ env.CHANNEL == 'test' && startsWith(github.event.ref, 'refs/tags/v') }}
90-
uses: aws-actions/configure-aws-credentials@v3
90+
uses: aws-actions/configure-aws-credentials@v4.1.0
9191
with:
9292
role-to-assume: arn:aws:iam::749337293305:role/gha_workflow_test_build_wheels
9393
aws-region: us-east-1

.github/workflows/backfill-workflow-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-20.04
1818
steps:
1919
- name: configure aws credentials
20-
uses: aws-actions/configure-aws-credentials@v1.7.0
20+
uses: aws-actions/configure-aws-credentials@v4.1.0
2121
with:
2222
role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_backfill-workflow-job
2323
aws-region: us-east-1

.github/workflows/build-windows-ami.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
ref: ${{ inputs.branch }}
3131

3232
- name: Configure AWS Credentials (PyTorch Account)
33-
uses: aws-actions/configure-aws-credentials@v3
33+
uses: aws-actions/configure-aws-credentials@v4.1.0
3434
with:
3535
aws-region: us-east-1
3636
role-to-assume: arn:aws:iam::391835788720:role/gha-packer-role

.github/workflows/clickhouse-replicator-dynamo-lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: '3.12'
2626
cache: pip
2727
- name: configure aws credentials
28-
uses: aws-actions/configure-aws-credentials@v1.7.0
28+
uses: aws-actions/configure-aws-credentials@v4.1.0
2929
with:
3030
role-to-assume: arn:aws:iam::308535385114:role/gha_deploy_clickhouse_replicator_lambdas
3131
aws-region: us-east-1

.github/workflows/clickhouse-replicator-s3-lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: '3.12'
2626
cache: pip
2727
- name: configure aws credentials
28-
uses: aws-actions/configure-aws-credentials@v1.7.0
28+
uses: aws-actions/configure-aws-credentials@v4.1.0
2929
with:
3030
role-to-assume: arn:aws:iam::308535385114:role/gha_deploy_clickhouse_replicator_lambdas
3131
aws-region: us-east-1

.github/workflows/deploy_lambda_whl_metadata_upload_pep658.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
python-version: '3.13'
4242
cache: pip
4343
- name: configure aws credentials
44-
uses: aws-actions/configure-aws-credentials@v1.7.0
44+
uses: aws-actions/configure-aws-credentials@v4.1.0
4545
with:
4646
role-to-assume: arn:aws:iam::749337293305:role/gha_workflow_whl_metadata_upload_pep658
4747
aws-region: us-east-1

.github/workflows/gha-artifacts-lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
python-version: '3.12'
4343
cache: pip
4444
- name: configure aws credentials
45-
uses: aws-actions/configure-aws-credentials@v1.7.0
45+
uses: aws-actions/configure-aws-credentials@v4.1.0
4646
with:
4747
role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_gha-artifacts-lambda
4848
aws-region: us-east-1

.github/workflows/github-status-test-lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
contents: read
2626
steps:
2727
- name: configure aws credentials
28-
uses: aws-actions/configure-aws-credentials@v1.7.0
28+
uses: aws-actions/configure-aws-credentials@v4.1.0
2929
with:
3030
role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_github-status-test-lambda
3131
aws-region: us-east-1

.github/workflows/log-classifier-lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434
- uses: actions/setup-python@v5
3535
- name: configure aws credentials
36-
uses: aws-actions/configure-aws-credentials@v1.7.0
36+
uses: aws-actions/configure-aws-credentials@v4.1.0
3737
with:
3838
role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_log-classifier-lambda
3939
aws-region: us-east-1

.github/workflows/mobile_job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
echo "::endgroup::"
120120
121121
- name: Authenticate with AWS
122-
uses: aws-actions/configure-aws-credentials@v3
122+
uses: aws-actions/configure-aws-credentials@v4.1.0
123123
with:
124124
role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_mobile_job
125125
# The max duration enforced by the server side

0 commit comments

Comments
 (0)