Skip to content

Commit 06f574d

Browse files
Merge branch 'main' into renovate/actions-core-3.x
2 parents c557027 + 19bd8d6 commit 06f574d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v6
4343
- name: Configure AWS credentials
44-
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5
44+
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6
4545
with:
4646
role-to-assume: arn:aws:iam::615713231484:role/cq-playground-aws-github-action
4747
aws-region: us-east-1

.github/workflows/example_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v6 # Checkout the code so we have access to the config file
3636
- name: Configure AWS credentials
37-
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5
37+
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6
3838
with:
3939
role-to-assume: arn:aws:iam::615713231484:role/cq-playground-aws-github-action
4040
aws-region: us-east-1

0 commit comments

Comments
 (0)