Skip to content

Commit 74122c2

Browse files
chore(deps): update aws-actions/configure-aws-credentials action to v6 (#7057)
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 | `v5` → `v6` | --- ### Release Notes <details> <summary>aws-actions/configure-aws-credentials (aws-actions/configure-aws-credentials)</summary> ### [`v6`](https://redirect.github.com/aws-actions/configure-aws-credentials/compare/v5...v6) [Compare Source](https://redirect.github.com/aws-actions/configure-aws-credentials/compare/v5...v6) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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/vortex-data/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiY2hhbmdlbG9nL2Nob3JlIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7df9f15 commit 74122c2

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/bench-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: Setup AWS CLI
9999
if: github.event.pull_request.head.repo.fork == false
100-
uses: aws-actions/configure-aws-credentials@v5
100+
uses: aws-actions/configure-aws-credentials@v6
101101
with:
102102
role-to-assume: arn:aws:iam::245040174862:role/GitHubBenchmarkRole
103103
aws-region: us-east-1

.github/workflows/bench.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v6
2020
- name: Setup AWS CLI
21-
uses: aws-actions/configure-aws-credentials@v5
21+
uses: aws-actions/configure-aws-credentials@v6
2222
with:
2323
role-to-assume: arn:aws:iam::245040174862:role/GitHubBenchmarkRole
2424
aws-region: us-east-1
@@ -92,7 +92,7 @@ jobs:
9292
bash scripts/bench-taskset.sh target/release_debug/${{ matrix.benchmark.id }} --formats ${{ matrix.benchmark.formats }} -d gh-json -o results.json
9393
9494
- name: Setup AWS CLI
95-
uses: aws-actions/configure-aws-credentials@v5
95+
uses: aws-actions/configure-aws-credentials@v6
9696
with:
9797
role-to-assume: arn:aws:iam::245040174862:role/GitHubBenchmarkRole
9898
aws-region: us-east-1

.github/workflows/compat-gen-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- uses: ./.github/actions/setup-prebuild
7676

7777
- name: Configure AWS credentials
78-
uses: aws-actions/configure-aws-credentials@v5
78+
uses: aws-actions/configure-aws-credentials@v6
7979
with:
8080
role-to-assume: "arn:aws:iam::245040174862:role/GitHubBenchmarkRole"
8181
aws-region: us-east-1

.github/workflows/sql-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
168168
- name: Setup AWS CLI
169169
if: inputs.mode != 'pr' || github.event.pull_request.head.repo.fork == false
170-
uses: aws-actions/configure-aws-credentials@v5
170+
uses: aws-actions/configure-aws-credentials@v6
171171
with:
172172
role-to-assume: arn:aws:iam::245040174862:role/GitHubBenchmarkRole
173173
aws-region: us-east-1

0 commit comments

Comments
 (0)