From fc58b6d68f4dfed1ab852055d3ae5bad4852423f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:31:29 -0500 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v4 (#1681) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
aws-actions/configure-aws-credentials (aws-actions/configure-aws-credentials) ### [`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.
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/bench-pr.yml | 6 +++--- .github/workflows/bench.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/bench-pr.yml b/.github/workflows/bench-pr.yml index e359bf43aa..3d58708f35 100644 --- a/.github/workflows/bench-pr.yml +++ b/.github/workflows/bench-pr.yml @@ -71,7 +71,7 @@ jobs: > ${{ matrix.benchmark.id }}.json - name: Setup AWS CLI - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::375504701696:role/GitHubBenchmarkRole aws-region: us-east-1 @@ -126,7 +126,7 @@ jobs: run: | cargo run --bin tpch_benchmark --release -- -d gh-json -t 1 | tee tpch.json - name: Setup AWS CLI - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::375504701696:role/GitHubBenchmarkRole aws-region: us-east-1 @@ -182,7 +182,7 @@ jobs: run: | cargo run --bin clickbench --release -- -d gh-json | tee clickbench.json - name: Setup AWS CLI - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::375504701696:role/GitHubBenchmarkRole aws-region: us-east-1 diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index df64d4fc96..00377cbbbf 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup AWS CLI - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::375504701696:role/GitHubBenchmarkRole aws-region: us-east-1 @@ -76,7 +76,7 @@ jobs: > ${{ matrix.benchmark.id }}.json - name: Setup AWS CLI - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::375504701696:role/GitHubBenchmarkRole aws-region: us-east-1 @@ -112,7 +112,7 @@ jobs: run: | cargo run --bin tpch_benchmark --release -- -d gh-json -t 1 | tee tpch.json - name: Setup AWS CLI - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::375504701696:role/GitHubBenchmarkRole aws-region: us-east-1 @@ -149,7 +149,7 @@ jobs: run: | cargo run --bin clickbench --release -- -d gh-json | tee clickbench.json - name: Setup AWS CLI - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::375504701696:role/GitHubBenchmarkRole aws-region: us-east-1