Skip to content

Commit 8a9b441

Browse files
chore(deps): update spiraldb/actions action to v0.16.0 (#4589)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [spiraldb/actions](https://redirect.github.com/spiraldb/actions) | action | minor | `0.15.0` -> `0.16.0` | --- ### Release Notes <details> <summary>spiraldb/actions (spiraldb/actions)</summary> ### [`v0.16.0`](https://redirect.github.com/spiraldb/actions/releases/tag/0.16.0) [Compare Source](https://redirect.github.com/spiraldb/actions/compare/0.15.0...0.16.0) ##### What's Changed - Cargo sweep by [@&#8203;blaginin](https://redirect.github.com/blaginin) in [#&#8203;23](https://redirect.github.com/spiraldb/actions/pull/23) **Full Changelog**: <spiraldb/actions@0.15.0...0.16.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJjaG9yZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5d80f9a commit 8a9b441

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/bench-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
aws-region: us-east-1
8888

8989
- name: Install uv
90-
uses: spiraldb/actions/.github/actions/setup-uv@0.15.0
90+
uses: spiraldb/actions/.github/actions/setup-uv@0.16.0
9191
with:
9292
sync: false
9393

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
timeout-minutes: 120
2727
steps:
2828
- uses: actions/checkout@v5
29-
- uses: spiraldb/actions/.github/actions/lint-toml@0.15.0
29+
- uses: spiraldb/actions/.github/actions/lint-toml@0.16.0
3030

3131
validate-workflow-yaml:
3232
runs-on: ubuntu-latest
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v5
5151
- name: Install uv
52-
uses: spiraldb/actions/.github/actions/setup-uv@0.15.0
52+
uses: spiraldb/actions/.github/actions/setup-uv@0.16.0
5353
with:
5454
sync: false
5555
prune-cache: false
@@ -70,7 +70,7 @@ jobs:
7070
- uses: actions/checkout@v5
7171
- uses: ./.github/actions/setup-rust
7272
- name: Install uv
73-
uses: spiraldb/actions/.github/actions/setup-uv@0.15.0
73+
uses: spiraldb/actions/.github/actions/setup-uv@0.16.0
7474
with:
7575
sync: false
7676
prune-cache: false

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v5
3030
- uses: ./.github/actions/setup-rust
3131
- name: Install uv
32-
uses: spiraldb/actions/.github/actions/setup-uv@0.15.0
32+
uses: spiraldb/actions/.github/actions/setup-uv@0.16.0
3333
with:
3434
sync: false
3535

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
java-version: "17"
2525
distribution: "temurin"
2626
- name: Install uv
27-
uses: spiraldb/actions/.github/actions/setup-uv@0.15.0
27+
uses: spiraldb/actions/.github/actions/setup-uv@0.16.0
2828
with:
2929
sync: false
3030
prune-cache: false

.github/workflows/sql-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
188188
- name: Install uv
189189
if: inputs.mode == 'pr'
190-
uses: spiraldb/actions/.github/actions/setup-uv@0.15.0
190+
uses: spiraldb/actions/.github/actions/setup-uv@0.16.0
191191
with:
192192
sync: false
193193
- name: Compare results

0 commit comments

Comments
 (0)