Skip to content

Commit a293e03

Browse files
chore(deps): update spiraldb/actions action to v0.8.0 (#2950)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [spiraldb/actions](https://redirect.github.com/spiraldb/actions) | action | minor | `0.7.0` -> `0.8.0` | --- ### Release Notes <details> <summary>spiraldb/actions (spiraldb/actions)</summary> ### [`v0.8.0`](https://redirect.github.com/spiraldb/actions/releases/tag/0.8.0) [Compare Source](https://redirect.github.com/spiraldb/actions/compare/0.7.0...0.8.0) ##### Changes - Adopt latest version of GitHub Actions cache [@&#8203;danking](https://redirect.github.com/danking) ([#&#8203;12](https://redirect.github.com/spiraldb/actions/issues/12)) - Default UV version to empty [@&#8203;robert3005](https://redirect.github.com/robert3005) ([#&#8203;11](https://redirect.github.com/spiraldb/actions/issues/11)) - UV version input [@&#8203;gatesn](https://redirect.github.com/gatesn) ([#&#8203;9](https://redirect.github.com/spiraldb/actions/issues/9)) - Update UV [@&#8203;gatesn](https://redirect.github.com/gatesn) ([#&#8203;8](https://redirect.github.com/spiraldb/actions/issues/8)) - upgrade the UV actions dependency itself [@&#8203;AdamGS](https://redirect.github.com/AdamGS) ([#&#8203;6](https://redirect.github.com/spiraldb/actions/issues/6)) - Add TOML linter actions [@&#8203;AdamGS](https://redirect.github.com/AdamGS) ([#&#8203;7](https://redirect.github.com/spiraldb/actions/issues/7)) - Update uv to 0.5.25 [@&#8203;robert3005](https://redirect.github.com/robert3005) ([#&#8203;5](https://redirect.github.com/spiraldb/actions/issues/5)) - Add release drafter [@&#8203;gatesn](https://redirect.github.com/gatesn) ([#&#8203;4](https://redirect.github.com/spiraldb/actions/issues/4)) - Update Rust and add setup-uv [@&#8203;gatesn](https://redirect.github.com/gatesn) ([#&#8203;3](https://redirect.github.com/spiraldb/actions/issues/3)) - Some cleanup and release [@&#8203;AdamGS](https://redirect.github.com/AdamGS) ([#&#8203;2](https://redirect.github.com/spiraldb/actions/issues/2)) </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/spiraldb/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzUuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzNS4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1847138 commit a293e03

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/bench-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
aws-region: us-east-1
7979

8080
- name: Install uv
81-
uses: spiraldb/actions/.github/actions/setup-uv@0.7.0
81+
uses: spiraldb/actions/.github/actions/setup-uv@0.8.0
8282
with:
8383
sync: false
8484

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v4
28-
- uses: spiraldb/actions/.github/actions/lint-toml@0.7.0
28+
- uses: spiraldb/actions/.github/actions/lint-toml@0.8.0
2929

3030
validate-workflow-yaml:
3131
runs-on: ubuntu-latest
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
submodules: "recursive"
5151
- name: Install uv
52-
uses: spiraldb/actions/.github/actions/setup-uv@0.7.0
52+
uses: spiraldb/actions/.github/actions/setup-uv@0.8.0
5353
with:
5454
sync: false
5555
- name: Python Lint - Format
@@ -70,7 +70,7 @@ jobs:
7070
- uses: rui314/setup-mold@v1
7171
- uses: ./.github/actions/setup-rust
7272
- name: Install uv
73-
uses: spiraldb/actions/.github/actions/setup-uv@0.7.0
73+
uses: spiraldb/actions/.github/actions/setup-uv@0.8.0
7474
with:
7575
sync: false
7676

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: ./.github/actions/cleanup
2222
- uses: ./.github/actions/setup-rust
2323
- name: Install uv
24-
uses: spiraldb/actions/.github/actions/setup-uv@0.7.0
24+
uses: spiraldb/actions/.github/actions/setup-uv@0.8.0
2525
with:
2626
sync: false
2727
- name: build Python and Rust docs

.github/workflows/sql-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
123123
- name: Install uv
124124
if: inputs.mode == 'pr'
125-
uses: spiraldb/actions/.github/actions/setup-uv@0.7.0
125+
uses: spiraldb/actions/.github/actions/setup-uv@0.8.0
126126
with:
127127
sync: false
128128
- name: Compare results

0 commit comments

Comments
 (0)