Skip to content

Commit be2bf29

Browse files
build(deps): bump aws-actions/configure-aws-credentials
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 6.0.0 to 6.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@v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e0a1f46 commit be2bf29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
```
7373
7474
- name: Authenticate GitHub workflow to AWS
75-
uses: aws-actions/configure-aws-credentials@v6.0.0
75+
uses: aws-actions/configure-aws-credentials@v6.1.0
7676
with:
7777
role-to-assume: ${{ env.AWS_ROLE }}
7878
aws-region: ${{ env.AWS_REGION }}

0 commit comments

Comments
 (0)