Skip to content

Commit 3e45037

Browse files
build(deps): bump aws-actions/configure-aws-credentials from 5 to 6 (#420)
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 0d8fc90 commit 3e45037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
contents: read
3434
environment: ${{ inputs.env }}
3535
steps:
36-
- uses: aws-actions/configure-aws-credentials@v5
36+
- uses: aws-actions/configure-aws-credentials@v6
3737
with:
3838
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
3939
aws-region: us-east-1

0 commit comments

Comments
 (0)