Skip to content

Commit 1f56c07

Browse files
authored
bump: runner tools v1.0.2
1 parent 0d2c3bc commit 1f56c07

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
shared-key: "share"
2626

2727
- name: Setup localization runner tools
28-
run: cargo install --git https://github.com/StarCitizenToolBox/runner_tools.git --tag v1.0.1 localization
28+
run: cargo install --git https://github.com/StarCitizenToolBox/runner_tools.git --tag v1.0.2 localization
2929

3030
- name: Auto Release
3131
env:

.github/workflows/pr_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
shared-key: "share"
2828

2929
- name: Setup localization runner tools
30-
run: cargo install --git https://github.com/StarCitizenToolBox/runner_tools.git --tag v1.0.1 localization
30+
run: cargo install --git https://github.com/StarCitizenToolBox/runner_tools.git --tag v1.0.2 localization
3131

3232
- name: PR Check
3333
env:

0 commit comments

Comments
 (0)