Skip to content

Commit 3ebcb18

Browse files
Bump aws-actions/configure-aws-credentials from 1 to 5
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 1 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@v1...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 d292624 commit 3ebcb18

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integration-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout This Repo
2222
uses: actions/checkout@v3
2323
- name: Configure AWS Credentials
24-
uses: aws-actions/configure-aws-credentials@v1
24+
uses: aws-actions/configure-aws-credentials@v5
2525
with:
2626
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN }}
2727
role-duration-seconds: 1200

.github/workflows/soak-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
# MARK: - Run Performance Tests
9898

9999
- name: Configure AWS Credentials
100-
uses: aws-actions/configure-aws-credentials@v1
100+
uses: aws-actions/configure-aws-credentials@v5
101101
with:
102102
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN }}
103103
role-duration-seconds: 21600 # 6 Hours

.github/workflows/udp-exporter-e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache-version: "v1-ruby-xray-udp"
3030

3131
- name: Configure AWS credentials for Testing Tracing
32-
uses: aws-actions/configure-aws-credentials@v4
32+
uses: aws-actions/configure-aws-credentials@v5
3333
with:
3434
role-to-assume: ${{ secrets.XRAY_UDP_EXPORTER_TEST_ROLE }}
3535
aws-region: 'us-east-1'

0 commit comments

Comments
 (0)