File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
name : windows-${{ matrix.type }}
12
12
runs-on : windows-2022
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
16
16
- uses : actions/cache@v1
17
17
id : cache-dxfiles
73
73
name : macOS-${{ matrix.type }}
74
74
runs-on : macOS-latest
75
75
steps :
76
- - uses : actions/checkout@v2
76
+ - uses : actions/checkout@v3
77
77
78
78
- name : Install MySQL
79
79
run : brew install mysql
@@ -100,7 +100,7 @@ jobs:
100
100
container :
101
101
image : docker://ghcr.io/multitheftauto/mtasa-blue-build:${{ matrix.image-tag }}
102
102
steps :
103
- - uses : actions/checkout@v2
103
+ - uses : actions/checkout@v3
104
104
105
105
- name : Run Build
106
106
run : ./linux-build.sh --arch=${{ matrix.architecture }} --config=${{ matrix.type }}
Original file line number Diff line number Diff line change 24
24
dockerfile : Dockerfile.arm64
25
25
runs-on : ubuntu-latest
26
26
steps :
27
- - uses : actions/checkout@v2
27
+ - uses : actions/checkout@v3
28
28
- uses : docker/setup-buildx-action@v1
29
29
- uses : docker/login-action@v1
30
30
with :
Original file line number Diff line number Diff line change 9
9
rebuild-pots :
10
10
runs-on : windows-latest
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v3
13
13
- uses : actions/setup-python@v2
14
14
with :
15
15
python-version : 2
You can’t perform that action at this time.
0 commit comments