Skip to content

Commit 8fe7e2a

Browse files
Bump aws-actions/configure-aws-credentials from 5 to 6 (#1294)
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 5 to 6. - [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@v5...v6) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: '6' 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 4960aa5 commit 8fe7e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hubverse-aws-upload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: "Configure AWS credentials"
3939
# request credentials to assume the hub's AWS role via OpenID Connect
4040
if: env.CLOUD_ENABLED == 'true'
41-
uses: aws-actions/configure-aws-credentials@v5
41+
uses: aws-actions/configure-aws-credentials@v6
4242
with:
4343
role-to-assume: arn:aws:iam::${{ env.AWS_ACCOUNT }}:role/${{ env.CLOUD_STORAGE_LOCATION }}
4444
aws-region: us-east-1

0 commit comments

Comments
 (0)