Skip to content

Commit 8a03641

Browse files
authored
Merge pull request #5657 from kubernetes-sigs/dependabot/github_actions/aws-actions/configure-aws-credentials-5
🌱 Bump aws-actions/configure-aws-credentials from 4 to 5
2 parents 60649f3 + c5200f6 commit 8a03641

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-ami-varsfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "$PACKER_VARS" | jq -r > ./images/capi/vars.json
4343
cat ./images/capi/vars.json
4444
- name: Configure AWS credentials
45-
uses: aws-actions/configure-aws-credentials@v4
45+
uses: aws-actions/configure-aws-credentials@v5
4646
with:
4747
aws-region: us-east-2
4848
role-to-assume: arn:aws:iam::819546954734:role/gh-image-builder

.github/workflows/build-ami.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
ref: ${{ inputs.image_builder_version }}
5555
fetch-depth: 0
5656
- name: Configure AWS credentials
57-
uses: aws-actions/configure-aws-credentials@v4
57+
uses: aws-actions/configure-aws-credentials@v5
5858
with:
5959
aws-region: us-east-2
6060
role-to-assume: arn:aws:iam::819546954734:role/gh-image-builder

0 commit comments

Comments
 (0)