Skip to content

Commit 4159a5c

Browse files
chore(deps): bump aws-actions/configure-aws-credentials from 5 to 6 (#40)
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 afa448c commit 4159a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: npm install
8484

8585
- name: Configure AWS credentials from OIDC
86-
uses: aws-actions/configure-aws-credentials@v5
86+
uses: aws-actions/configure-aws-credentials@v6
8787
with:
8888
# This role ARN should be stored as an environment variable in GitHub
8989
# The role must have a trust policy allowing GitHub OIDC authentication

0 commit comments

Comments
 (0)