Skip to content

Commit fc58b6d

Browse files
chore(deps): update aws-actions/configure-aws-credentials action to v4 (#1681)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [aws-actions/configure-aws-credentials](https://redirect.github.com/aws-actions/configure-aws-credentials) | action | major | `v1` -> `v4` | --- ### Release Notes <details> <summary>aws-actions/configure-aws-credentials (aws-actions/configure-aws-credentials)</summary> ### [`v4`](https://redirect.github.com/aws-actions/configure-aws-credentials/releases/tag/v4) [Compare Source](https://redirect.github.com/aws-actions/configure-aws-credentials/compare/v3...v4) This tag tracks the latest v4.x.x release ### [`v3`](https://redirect.github.com/aws-actions/configure-aws-credentials/releases/tag/v3) [Compare Source](https://redirect.github.com/aws-actions/configure-aws-credentials/compare/v2...v3) This tag tracks the latest v3.x.x release ### [`v2`](https://redirect.github.com/aws-actions/configure-aws-credentials/releases/tag/v2) [Compare Source](https://redirect.github.com/aws-actions/configure-aws-credentials/compare/v1...v2) This tag tracks the latest v2.x.x release. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/spiraldb/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9d8bb1f commit fc58b6d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/bench-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
> ${{ matrix.benchmark.id }}.json
7272
7373
- name: Setup AWS CLI
74-
uses: aws-actions/configure-aws-credentials@v1
74+
uses: aws-actions/configure-aws-credentials@v4
7575
with:
7676
role-to-assume: arn:aws:iam::375504701696:role/GitHubBenchmarkRole
7777
aws-region: us-east-1
@@ -126,7 +126,7 @@ jobs:
126126
run: |
127127
cargo run --bin tpch_benchmark --release -- -d gh-json -t 1 | tee tpch.json
128128
- name: Setup AWS CLI
129-
uses: aws-actions/configure-aws-credentials@v1
129+
uses: aws-actions/configure-aws-credentials@v4
130130
with:
131131
role-to-assume: arn:aws:iam::375504701696:role/GitHubBenchmarkRole
132132
aws-region: us-east-1
@@ -182,7 +182,7 @@ jobs:
182182
run: |
183183
cargo run --bin clickbench --release -- -d gh-json | tee clickbench.json
184184
- name: Setup AWS CLI
185-
uses: aws-actions/configure-aws-credentials@v1
185+
uses: aws-actions/configure-aws-credentials@v4
186186
with:
187187
role-to-assume: arn:aws:iam::375504701696:role/GitHubBenchmarkRole
188188
aws-region: us-east-1

.github/workflows/bench.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Setup AWS CLI
19-
uses: aws-actions/configure-aws-credentials@v1
19+
uses: aws-actions/configure-aws-credentials@v4
2020
with:
2121
role-to-assume: arn:aws:iam::375504701696:role/GitHubBenchmarkRole
2222
aws-region: us-east-1
@@ -76,7 +76,7 @@ jobs:
7676
> ${{ matrix.benchmark.id }}.json
7777
7878
- name: Setup AWS CLI
79-
uses: aws-actions/configure-aws-credentials@v1
79+
uses: aws-actions/configure-aws-credentials@v4
8080
with:
8181
role-to-assume: arn:aws:iam::375504701696:role/GitHubBenchmarkRole
8282
aws-region: us-east-1
@@ -112,7 +112,7 @@ jobs:
112112
run: |
113113
cargo run --bin tpch_benchmark --release -- -d gh-json -t 1 | tee tpch.json
114114
- name: Setup AWS CLI
115-
uses: aws-actions/configure-aws-credentials@v1
115+
uses: aws-actions/configure-aws-credentials@v4
116116
with:
117117
role-to-assume: arn:aws:iam::375504701696:role/GitHubBenchmarkRole
118118
aws-region: us-east-1
@@ -149,7 +149,7 @@ jobs:
149149
run: |
150150
cargo run --bin clickbench --release -- -d gh-json | tee clickbench.json
151151
- name: Setup AWS CLI
152-
uses: aws-actions/configure-aws-credentials@v1
152+
uses: aws-actions/configure-aws-credentials@v4
153153
with:
154154
role-to-assume: arn:aws:iam::375504701696:role/GitHubBenchmarkRole
155155
aws-region: us-east-1

0 commit comments

Comments
 (0)