From 1f56c076fd2e69734fedbcf82c4886e4610e1d4b Mon Sep 17 00:00:00 2001 From: xkeyC <39891083+xkeyC@users.noreply.github.com> Date: Mon, 29 Sep 2025 17:30:31 +0800 Subject: [PATCH] bump: runner tools v1.0.2 --- .github/workflows/auto_release.yml | 2 +- .github/workflows/pr_check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto_release.yml b/.github/workflows/auto_release.yml index 8621358..284404d 100644 --- a/.github/workflows/auto_release.yml +++ b/.github/workflows/auto_release.yml @@ -25,7 +25,7 @@ jobs: shared-key: "share" - name: Setup localization runner tools - run: cargo install --git https://github.com/StarCitizenToolBox/runner_tools.git --tag v1.0.1 localization + run: cargo install --git https://github.com/StarCitizenToolBox/runner_tools.git --tag v1.0.2 localization - name: Auto Release env: diff --git a/.github/workflows/pr_check.yml b/.github/workflows/pr_check.yml index 8104b40..87d6519 100644 --- a/.github/workflows/pr_check.yml +++ b/.github/workflows/pr_check.yml @@ -27,7 +27,7 @@ jobs: shared-key: "share" - name: Setup localization runner tools - run: cargo install --git https://github.com/StarCitizenToolBox/runner_tools.git --tag v1.0.1 localization + run: cargo install --git https://github.com/StarCitizenToolBox/runner_tools.git --tag v1.0.2 localization - name: PR Check env: