Skip to content

Commit 46c97b4

Browse files
chore(deps): bump aws-actions/configure-aws-credentials from 5.1.1 to 6.0.0 in the actions-major group (#4807)
chore(deps): bump aws-actions/configure-aws-credentials Bumps the actions-major group with 1 update: [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials). Updates `aws-actions/configure-aws-credentials` from 5.1.1 to 6.0.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@v5.1.1...v6.0.0) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce89d32 commit 46c97b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mirror-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
TAG=${{ github.event.client_payload.image || inputs.image }}
3131
echo "image=${TAG##*/}" >> $GITHUB_OUTPUT
3232
- name: configure aws credentials
33-
uses: aws-actions/configure-aws-credentials@v5.1.1
33+
uses: aws-actions/configure-aws-credentials@v6.0.0
3434
with:
3535
role-to-assume: ${{ secrets.PROD_AWS_ROLE }}
3636
aws-region: us-east-1

0 commit comments

Comments
 (0)