Skip to content

Commit ed249f6

Browse files
chore(deps): update spiraldb/actions action to v0.3.0 (#2134)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [spiraldb/actions](https://redirect.github.com/spiraldb/actions) | action | minor | `0.2.0` -> `0.3.0` | --- ### Release Notes <details> <summary>spiraldb/actions (spiraldb/actions)</summary> ### [`v0.3.0`](https://redirect.github.com/spiraldb/actions/releases/tag/0.3.0) [Compare Source](https://redirect.github.com/spiraldb/actions/compare/0.2.0...0.3.0) ##### What's Changed - Update uv to 0.5.25 by [@&#8203;robert3005](https://redirect.github.com/robert3005) in [https://github.com/spiraldb/actions/pull/5](https://redirect.github.com/spiraldb/actions/pull/5) ##### New Contributors - [@&#8203;robert3005](https://redirect.github.com/robert3005) made their first contribution in [https://github.com/spiraldb/actions/pull/5](https://redirect.github.com/spiraldb/actions/pull/5) **Full Changelog**: spiraldb/actions@0.2.0...0.3.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/spiraldb/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e50f33c commit ed249f6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@v4
29-
- uses: spiraldb/actions/.github/actions/setup-uv@0.2.0
29+
- uses: spiraldb/actions/.github/actions/setup-uv@0.3.0
3030

3131
- name: Python Lint - Format
3232
run: uv run ruff format --check .
@@ -41,7 +41,7 @@ jobs:
4141
- uses: ./.github/actions/cleanup
4242
- uses: rui314/setup-mold@v1
4343
- uses: ./.github/actions/setup-rust
44-
- uses: spiraldb/actions/.github/actions/setup-uv@0.2.0
44+
- uses: spiraldb/actions/.github/actions/setup-uv@0.3.0
4545

4646
- name: Pytest - PyVortex
4747
run: |

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: ./.github/actions/cleanup
2020
- uses: ./.github/actions/setup-rust
21-
- uses: spiraldb/actions/.github/actions/setup-uv@0.2.0
21+
- uses: spiraldb/actions/.github/actions/setup-uv@0.3.0
2222

2323
- name: build Python and Rust docs
2424
run: |

.github/workflows/release-plz.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626
- uses: ./.github/actions/cleanup
2727
- uses: ./.github/actions/setup-rust
28-
- uses: spiraldb/actions/.github/actions/setup-uv@0.2.0
28+
- uses: spiraldb/actions/.github/actions/setup-uv@0.3.0
2929
- name: Run release-plz
3030
id: run-release-plz
3131
uses: MarcoIeni/[email protected]
@@ -49,7 +49,7 @@ jobs:
4949
fetch-depth: 0
5050
- uses: ./.github/actions/cleanup
5151
- uses: ./.github/actions/setup-rust
52-
- uses: spiraldb/actions/.github/actions/setup-uv@0.2.0
52+
- uses: spiraldb/actions/.github/actions/setup-uv@0.3.0
5353
- name: Run release-plz
5454
uses: MarcoIeni/[email protected]
5555
with:
@@ -81,7 +81,7 @@ jobs:
8181
working-directory: pyvortex
8282
target: aarch64 # NB: aarch64 becomes arm64 in the wheel's platform tag.
8383
args: --release --interpreter python3.10
84-
- uses: spiraldb/actions/.github/actions/setup-uv@0.2.0
84+
- uses: spiraldb/actions/.github/actions/setup-uv@0.3.0
8585
- name: test wheel
8686
run: |
8787
set -ex
@@ -106,7 +106,7 @@ jobs:
106106
runs-on: ubuntu-latest
107107
steps:
108108
- uses: actions/checkout@v4
109-
- uses: spiraldb/actions/.github/actions/setup-uv@0.2.0
109+
- uses: spiraldb/actions/.github/actions/setup-uv@0.3.0
110110
- name: rust-toolchain
111111
shell: bash
112112
run: echo "version=$(cat rust-toolchain.toml | grep channel | awk -F'\"' '{print $2}')" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)