Skip to content

Commit d99a0e2

Browse files
chore(deps): bump aws-actions/configure-aws-credentials from 5.1.0 to 5.1.1 in the action-minor group (#4500)
1 parent 21c8581 commit d99a0e2

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
@@ -29,7 +29,7 @@ jobs:
2929
TAG=${{ inputs.image }}
3030
echo "image=${TAG##*/}" >> $GITHUB_OUTPUT
3131
- name: configure aws credentials
32-
uses: aws-actions/configure-aws-credentials@v5.1.0
32+
uses: aws-actions/configure-aws-credentials@v5.1.1
3333
with:
3434
role-to-assume: ${{ secrets.PROD_AWS_ROLE }}
3535
aws-region: us-east-1

0 commit comments

Comments
 (0)