File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 56
56
57
57
steps :
58
58
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
59
- - uses : actions/checkout@v3
60
- - uses : actions/setup-python@v3
59
+ - uses : actions/checkout@v4
60
+ - uses : actions/setup-python@v5
61
+ with :
62
+ python-version : " 3.x"
61
63
62
64
- name : Install Dependencies
63
65
run : |
66
68
sudo pip install meson
67
69
68
70
- name : ccache
69
- uses :
hendrikmuhs/[email protected]
71
+ uses :
hendrikmuhs/[email protected] .11
70
72
with :
71
73
key : ${{ github.job }}-${{ matrix.os }}
72
74
@@ -123,7 +125,7 @@ jobs:
123
125
124
126
- name : Upload Appimage
125
127
if : ${{inputs.upload_artefacts}}
126
- uses : actions/upload-artifact@v3
128
+ uses : actions/upload-artifact@v4
127
129
with :
128
130
name : CortexCommand (Linux)
129
131
path : CortexCommand.AppImage
@@ -229,8 +231,10 @@ jobs:
229
231
name : Windows Build
230
232
231
233
steps :
232
- - uses : actions/checkout@v3
233
- - uses : actions/setup-python@v3
234
+ - uses : actions/checkout@v4
235
+ - uses : actions/setup-python@v5
236
+ with :
237
+ python-version : " 3.x"
234
238
235
239
- name : Install Dependencies
236
240
run : |
You can’t perform that action at this time.
0 commit comments