Skip to content

Commit cfb3d2c

Browse files
chore(deps): bump aws-actions/configure-aws-credentials from 4.2.1 to 4.3.1 (#3983)
1 parent 0432697 commit cfb3d2c

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@v4.2.1
32+
uses: aws-actions/configure-aws-credentials@v4.3.1
3333
with:
3434
role-to-assume: ${{ secrets.PROD_AWS_ROLE }}
3535
aws-region: us-east-1

0 commit comments

Comments
 (0)