Commit 05b6f7a 1 parent 426777b commit 05b6f7a Copy full SHA for 05b6f7a
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : windows-latest
9
9
steps :
10
10
- name : Checkout Repo
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
with :
13
13
path : " mods"
14
14
Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-22.04
7
7
steps :
8
8
- name : Checkout
9
- uses : actions/checkout@v3
9
+ uses : actions/checkout@v4
10
10
- name : Check localization files encoding
11
11
run : |
12
12
files=$(ls Northstar.Client/mod/resource/northstar_client_localisation_*.txt)
15
15
runs-on : ubuntu-22.04
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
- name : Look out for missing translations
20
20
run : node .github/build/find-missing-translations.js
21
21
continue-on-error : true
You can’t perform that action at this time.
0 commit comments