File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11
11
name : windows-${{ matrix.platform }}
12
12
runs-on : windows-2022
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
16
- - uses : actions/cache@v3
16
+ - uses : actions/cache@v4
17
17
id : cache-dxfiles
18
18
with :
19
19
path : utils/DXFiles
45
45
- name : Create build artifacts
46
46
run : utils\premake5 compose_files
47
47
48
- - uses : actions/upload-artifact@v3
48
+ - uses : actions/upload-artifact@v4
49
49
with :
50
50
name : InstallFiles
51
51
path : InstallFiles/
54
54
name : macOS
55
55
runs-on : macOS-latest
56
56
steps :
57
- - uses : actions/checkout@v3
57
+ - uses : actions/checkout@v4
58
58
59
59
- name : Install MySQL
60
60
run : brew install mysql
80
80
container :
81
81
image : docker://ghcr.io/multitheftauto/mtasa-blue-build:${{ matrix.image-tag }}
82
82
steps :
83
- - uses : actions/checkout@v3
83
+ - uses : actions/checkout@v4
84
84
85
85
- name : Run Build
86
86
run : ./linux-build.sh --arch=${{ matrix.architecture }}
Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ jobs:
34
34
dockerfile : Dockerfile.osx-arm64
35
35
runs-on : ubuntu-latest
36
36
steps :
37
- - uses : actions/checkout@v3
38
- - uses : docker/setup-buildx-action@v2
39
- - uses : docker/login-action@v2
37
+ - uses : actions/checkout@v4
38
+ - uses : docker/setup-buildx-action@v3
39
+ - uses : docker/login-action@v3
40
40
with :
41
41
registry : ghcr.io
42
42
username : ${{ github.repository_owner }}
43
43
password : ${{ secrets.CI_PAT }}
44
- - uses : docker/build-push-action@v3
44
+ - uses : docker/build-push-action@v5
45
45
with :
46
46
push : true
47
47
file : ./${{ matrix.dockerfile }}
Original file line number Diff line number Diff line change 6
6
test :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3
9
+ - uses : actions/checkout@v4
10
10
with :
11
11
ref : ${{ github.head_ref }}
12
12
- uses : conda-incubator/setup-miniconda@v2
26
26
runs-on : ubuntu-latest
27
27
needs : test
28
28
steps :
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
with :
31
31
ref : ${{ github.head_ref }}
32
32
token : ${{ secrets.POT_CI_PAT }}
Original file line number Diff line number Diff line change 9
9
sync-master-to-maetro :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
with :
14
14
fetch-depth : 0
15
15
token : ${{ secrets.SYNC_CI_PAT }}
You can’t perform that action at this time.
0 commit comments