From a0227f976557630623babfdcbc49d7f792e69c4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 14:13:50 +0000 Subject: [PATCH] chore(deps): update loonghao/vx action to v0.9.31 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/e2e.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3cb4668..f2bdf544 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v7 - name: Setup vx (installs Rust + just from vx.toml) - uses: loonghao/vx@v0.9.26 + uses: loonghao/vx@v0.9.31 with: setup: 'true' cache: 'true' @@ -95,7 +95,7 @@ jobs: - uses: actions/checkout@v7 - name: Setup vx (installs Rust from vx.toml) - uses: loonghao/vx@v0.9.26 + uses: loonghao/vx@v0.9.31 with: setup: 'true' cache: 'true' diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 162c02d2..d57c996d 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -73,7 +73,7 @@ jobs: - name: Setup vx (installs Rust from vx.toml) if: steps.filter.outputs.run == 'true' - uses: loonghao/vx@v0.9.26 + uses: loonghao/vx@v0.9.31 with: setup: 'true' cache: 'true' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1cc0430c..657ee635 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: ref: refs/tags/${{ inputs.tag_name }} - name: Setup vx (installs Rust from vx.toml) - uses: loonghao/vx@v0.9.26 + uses: loonghao/vx@v0.9.31 with: setup: 'true' cache: 'true'