Skip to content

Commit 74374b1

Browse files
chore(deps): bump aws-actions/configure-aws-credentials from 4.2.0 to 4.2.1 (#3568)
chore(deps): bump aws-actions/configure-aws-credentials Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4.2.0 to 4.2.1. - [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@v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Han Qiao <[email protected]>
1 parent af9584b commit 74374b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mirror-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
TAG=${{ inputs.image }}
2727
echo "image=${TAG##*/}" >> $GITHUB_OUTPUT
2828
- name: configure aws credentials
29-
uses: aws-actions/[email protected].0
29+
uses: aws-actions/[email protected].1
3030
with:
3131
role-to-assume: ${{ secrets.PROD_AWS_ROLE }}
3232
aws-region: us-east-1

0 commit comments

Comments
 (0)