Skip to content

Commit 57b98b7

Browse files
dependabot[bot]avalletejgoux
authored
chore(deps): bump aws-actions/configure-aws-credentials from 6.0.0 to 6.1.0 in the actions-major group (#5041)
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 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@8df5847...ec61189) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Valleteau <avallete@users.noreply.github.com> Co-authored-by: Julien Goux <hi@jgoux.dev>
1 parent 7e8dc65 commit 57b98b7

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
@@ -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@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
33+
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
3434
with:
3535
role-to-assume: ${{ secrets.PROD_AWS_ROLE }}
3636
aws-region: us-east-1

0 commit comments

Comments
 (0)