Skip to content

Commit 9c8e3a8

Browse files
Bump aws-actions/configure-aws-credentials from 4.0.2 to 5.1.0 (#2458)
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4.0.2 to 5.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@v4.0.2...v5.1.0) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a15abe commit 9c8e3a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/aws-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
restore-keys: |
6161
${{ runner.os }}-go-
6262
- name: Configure AWS credentials
63-
uses: aws-actions/configure-aws-credentials@v4.0.3
63+
uses: aws-actions/configure-aws-credentials@v5.1.0
6464
with:
6565
aws-region: ${{ secrets.AWS_REGION }}
6666
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/github

.github/workflows/multicluster-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
echo "CLUSTER_1_KUBECONFIG=$cluster1Conf" >> "$GITHUB_ENV"
7979
echo "CLUSTER_2_KUBECONFIG=$cluster2Conf" >> "$GITHUB_ENV"
8080
- name: Configure AWS credentials
81-
uses: aws-actions/configure-aws-credentials@v4.0.2
81+
uses: aws-actions/configure-aws-credentials@v5.1.0
8282
with:
8383
aws-region: ${{ secrets.AWS_REGION }}
8484
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/github

0 commit comments

Comments
 (0)