Skip to content

Commit a0f31a5

Browse files
Merge branch 'main' into renovate/execa-9.x
2 parents 71109d0 + ab54d16 commit a0f31a5

File tree

4 files changed

+34
-34
lines changed

4 files changed

+34
-34
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

package-lock.json

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://github.com/cloudquery/setup-cloudquery#readme",
2626
"dependencies": {
27-
"@actions/core": "2.0.2",
27+
"@actions/core": "3.0.0",
2828
"chalk": "5.6.2",
2929
"execa": "9.6.1",
3030
"node-fetch": "^3.3.2",

0 commit comments

Comments
 (0)