From 09d3f16b8415e837f2868a2db4d188f182f9c545 Mon Sep 17 00:00:00 2001 From: xkeyC <39891083+xkeyC@users.noreply.github.com> Date: Wed, 4 Dec 2024 15:03:14 +0800 Subject: [PATCH] bump: runner_tools v1.0.1 --- .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 5fa48c0..8621358 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.0 localization + run: cargo install --git https://github.com/StarCitizenToolBox/runner_tools.git --tag v1.0.1 localization - name: Auto Release env: diff --git a/.github/workflows/pr_check.yml b/.github/workflows/pr_check.yml index 16f18fc..8104b40 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.0 localization + run: cargo install --git https://github.com/StarCitizenToolBox/runner_tools.git --tag v1.0.1 localization - name: PR Check env: