Skip to content

Commit 09d3d62

Browse files
Bump aws-actions/configure-aws-credentials from 4.0.3 to 4.1.0 in /.github/actions/docker-build-image in the catch-all group (#909)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Domenico Sibilio <domenicosibilio@gmail.com>
1 parent 66bb1db commit 09d3d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/docker-build-image/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ runs:
177177

178178
- name: Configure AWS credentials
179179
if: env.PUSH_IMAGE == 'true'
180-
uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
180+
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
181181
with:
182182
aws-region: ${{ inputs.aws-region }}
183183
role-to-assume: arn:aws:iam::${{ inputs.aws-account-id }}:role/${{ inputs.aws-role-name }}

0 commit comments

Comments
 (0)