File tree Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -30,20 +30,20 @@ jobs:
30
30
31
31
steps :
32
32
- name : Checkout repo
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
35
35
- name : Login to GitHub Container Registry
36
- uses : docker/login-action@v2
36
+ uses : docker/login-action@v3
37
37
with :
38
38
registry : ghcr.io
39
39
username : ${{ github.repository_owner }}
40
40
password : ${{ secrets.GITHUB_TOKEN }}
41
41
42
42
- name : Set up Docker Buildx
43
- uses : docker/setup-buildx-action@v2
43
+ uses : docker/setup-buildx-action@v3
44
44
45
45
- name : Build image locally
46
- uses : docker/build-push-action@v4
46
+ uses : docker/build-push-action@v5
47
47
with :
48
48
platforms : linux/amd64
49
49
load : true
53
53
${{ env.IMAGE_BASE_NAME }}:${{ matrix.matlab-release }}
54
54
55
55
- name : Set up Python 3
56
- uses : actions/setup-python@v4
56
+ uses : actions/setup-python@v5
57
57
with :
58
58
python-version : " 3.10"
59
59
Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ jobs:
31
31
32
32
steps :
33
33
- name : Checkout repo
34
- uses : actions/checkout@v3
34
+ uses : actions/checkout@v4
35
35
36
36
- name : Set up Docker Buildx
37
- uses : docker/setup-buildx-action@v2
37
+ uses : docker/setup-buildx-action@v3
38
38
39
39
- name : Build image locally
40
- uses : docker/build-push-action@v4
40
+ uses : docker/build-push-action@v5
41
41
with :
42
42
platforms : linux/amd64
43
43
context : ${{ env.ALT_PATH }}
48
48
${{ env.IMAGE_BASE_NAME }}:${{ matrix.matlab-release }}
49
49
50
50
- name : Set up Python 3
51
- uses : actions/setup-python@v4
51
+ uses : actions/setup-python@v5
52
52
with :
53
53
python-version : " 3.10"
54
54
Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ jobs:
33
33
34
34
steps :
35
35
- name : Checkout repo
36
- uses : actions/checkout@v3
36
+ uses : actions/checkout@v4
37
37
38
38
- name : Move matlab-install mock to right location
39
39
run : |
40
40
cp -r tests/${{ env.ALT_PATH }}/mocks/matlab-install ./${{ env.ALT_PATH }}
41
41
cp tests/${{ env.ALT_PATH }}/mocks/matlab_installer_input.txt ./${{ env.ALT_PATH }}
42
42
43
43
- name : Set up Python 3
44
- uses : actions/setup-python@v4
44
+ uses : actions/setup-python@v5
45
45
with :
46
46
python-version : " 3.10"
47
47
@@ -55,10 +55,10 @@ jobs:
55
55
run : python -m unittest ${{ env.ALT_PATH }}/test_failing_build.py
56
56
57
57
- name : Set up Docker Buildx
58
- uses : docker/setup-buildx-action@v2
58
+ uses : docker/setup-buildx-action@v3
59
59
60
60
- name : Build image locally
61
- uses : docker/build-push-action@v4
61
+ uses : docker/build-push-action@v5
62
62
with :
63
63
platforms : linux/amd64
64
64
context : ${{ env.ALT_PATH }}
Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ jobs:
30
30
31
31
steps :
32
32
- name : Checkout repo
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
35
35
- name : Set up Docker Buildx
36
- uses : docker/setup-buildx-action@v2
36
+ uses : docker/setup-buildx-action@v3
37
37
38
38
- name : Build image locally
39
- uses : docker/build-push-action@v4
39
+ uses : docker/build-push-action@v5
40
40
with :
41
41
platforms : linux/amd64
42
42
context : ${{ env.ALT_PATH }}
47
47
${{ env.IMAGE_BASE_NAME }}:${{ matrix.matlab-release }}
48
48
49
49
- name : Set up Python 3
50
- uses : actions/setup-python@v4
50
+ uses : actions/setup-python@v5
51
51
with :
52
52
python-version : " 3.10"
53
53
You can’t perform that action at this time.
0 commit comments