Skip to content

Commit 8e0db64

Browse files
chore(deps): bump aws-actions/configure-aws-credentials from 4.1.0 to 4.2.0 in /.github/actions/e2e/upgrade-crds in the action-deps group (#8063)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 12d7d5a commit 8e0db64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/e2e/upgrade-crds/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
using: "composite"
2020
steps:
2121
- name: configure aws credentials
22-
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
22+
uses: aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.0
2323
with:
2424
role-to-assume: arn:aws:iam::${{ inputs.account_id }}:role/${{ inputs.role }}
2525
aws-region: ${{ inputs.region }}

0 commit comments

Comments
 (0)