fix: semver and feature handy script for update nightly (#3674)

This commit is contained in:
Saber Haj Rabiee
2025-03-07 05:21:21 -08:00
committed by GitHub
parent 131b18bddb
commit 2242ad1847
5 changed files with 51 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ jobs:
test:
needs: [get-leptos-changed]
if: needs.get-leptos-changed.outputs.leptos_changed == 'true' && github.event.pull_request.labels[0].name != 'breaking'
name: Run semver check (nightly-2025-02-19)
name: Run semver check (nightly-2025-03-05)
runs-on: ubuntu-latest
steps:
- name: Install Glib
@@ -30,4 +30,4 @@ jobs:
- name: Semver Checks
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
rust-toolchain: nightly-2025-02-19
rust-toolchain: nightly-2025-03-05

View File

@@ -26,4 +26,4 @@ jobs:
with:
directory: ${{ matrix.directory }}
cargo_make_task: "ci"
toolchain: nightly-2025-02-19
toolchain: nightly-2025-03-05