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: