Skip to content

Commit f43de67

Browse files
chore(deps): bump the action-deps group across 1 directory with 2 updates (aws#8734)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb73f4e commit f43de67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ runs:
1919
using: "composite"
2020
steps:
2121
- name: configure aws credentials
22-
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
22+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
2323
with:
2424
role-to-assume: arn:aws:iam::${{ inputs.account_id }}:role/${{ inputs.role }}
2525
aws-region: ${{ inputs.region }}
2626
role-duration-seconds: 21600
27-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2828
with:
2929
ref: ${{ inputs.git_ref }}
3030
- name: install-karpenter

0 commit comments

Comments
 (0)