Skip to content

Commit 1011f42

Browse files
chore(deps): bump aws-actions/configure-aws-credentials
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 6.1.1 to 6.1.3. - [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@d979d5b...99214aa) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0c57491 commit 1011f42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/amazon_bedrock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: AWS authentication
119119
id: aws-auth
120120
if: github.event_name == 'schedule' || (github.event.pull_request.head.repo.full_name == github.repository && !startsWith(github.event.pull_request.head.ref, 'dependabot/'))
121-
uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885
121+
uses: aws-actions/configure-aws-credentials@99214aa6889fcddfa57764031d71add364327e59
122122
with:
123123
aws-region: ${{ env.AWS_REGION }}
124124
role-to-assume: ${{ secrets.AWS_CI_ROLE_ARN }}

0 commit comments

Comments
 (0)