65
65
echo "ndi=$($GITHUB_WORKSPACE/.github/scripts/get-etags.sh https://downloads.ndi.tv/SDK/NDI_SDK_Linux/Install_NDI_SDK_v5_Linux.tar.gz)" >> $GITHUB_OUTPUT
66
66
- name : Cache NDI
67
67
id : cache-ndi
68
- uses : actions/cache@v3
68
+ uses : actions/cache@main
69
69
with :
70
70
path : /var/tmp/Install_NDI_SDK_Linux.tar.gz
71
71
key : cache-ndi-${{ runner.os }}-${{ steps.etags.outputs.ndi }}
78
78
.github/scripts/Linux/prepare.sh
79
79
- name : Cache rav1e
80
80
id : cache-rav1e
81
- uses : actions/cache@v3
81
+ uses : actions/cache@main
82
82
with :
83
83
path : rav1e
84
84
key : cache-rav1e-${{ runner.os }}-${{ hashFiles('.github/scripts/Linux/rav1e.sh') }}
91
91
sudo ldconfig
92
92
- name : Cache FFmpeg
93
93
id : cache-ffmpeg
94
- uses : actions/cache@v3
94
+ uses : actions/cache@main
95
95
with :
96
96
path : ' /var/tmp/ffmpeg'
97
97
key : cache-ffmpeg-${{ runner.os }}-${{ hashFiles( '.github/scripts/Linux/prepare.sh', '.github/scripts/Linux/download_build_ffmpeg.sh', '.github/scripts/Linux/ffmpeg-patches/*') }}
@@ -163,7 +163,7 @@ jobs:
163
163
echo "ximea=$($GITHUB_WORKSPACE/.github/scripts/get-etags.sh https://www.ximea.com/downloads/recent/XIMEA_OSX_SP.dmg)" >> $GITHUB_OUTPUT
164
164
- name : Cache Non-Free SDKs
165
165
id : cache-macos-nonfree-sdks
166
- uses : actions/cache@v3
166
+ uses : actions/cache@main
167
167
with :
168
168
path : ${{ env.SDK_NONFREE_PATH }}
169
169
key : cache-nonfree-sdks-${{ runner.os }}-${{ hashFiles('.github/scripts/macOS/prepare_nonfree_sdks.sh') }}-${{ steps.etags.outputs.nonfree }}
@@ -177,7 +177,7 @@ jobs:
177
177
$GITHUB_WORKSPACE/.github/scripts/macOS/prepare_nonfree_sdks.sh
178
178
- name : Cache XIMEA
179
179
id : cache-macos-ximea
180
- uses : actions/cache@v3
180
+ uses : actions/cache@main
181
181
with :
182
182
path : /var/tmp/XIMEA_OSX_SP.dmg
183
183
key : cache-ximea-${{ runner.os }}-${{ steps.etags.outputs.ximea }}
@@ -186,7 +186,7 @@ jobs:
186
186
run : curl -S -L https://www.ximea.com/downloads/recent/XIMEA_OSX_SP.dmg -o /private/var/tmp/XIMEA_OSX_SP.dmg
187
187
- name : Cache NDI
188
188
id : cache-ndi
189
- uses : actions/cache@v3
189
+ uses : actions/cache@main
190
190
with :
191
191
path : /private/var/tmp/Install_NDI_SDK_Apple.pkg
192
192
key : cache-ndi-${{ runner.os }}-${{ steps.etags.outputs.ndi }}
@@ -259,7 +259,7 @@ jobs:
259
259
shell : pwsh -command ". '{0}'"
260
260
- name : Cache NDI
261
261
id : cache-ndi
262
- uses : actions/cache@v3
262
+ uses : actions/cache@main
263
263
with :
264
264
path : ' C:\ndi.exe'
265
265
key : cache-ndi-${{ runner.os }}-${{ steps.etags.outputs.ndi }}
@@ -268,7 +268,7 @@ jobs:
268
268
run : curl 'https://downloads.ndi.tv/SDK/NDI_SDK/NDI%205%20SDK.exe' -o 'C:\ndi.exe'
269
269
- name : Cache XIMEA
270
270
id : cache-macos-ximea
271
- uses : actions/cache@v3
271
+ uses : actions/cache@main
272
272
with :
273
273
path : ' C:\XIMEA_API_Installer.exe'
274
274
key : cache-ximea-${{ runner.os }}-${{ steps.etags.outputs.ximea }}
@@ -280,7 +280,7 @@ jobs:
280
280
shell : pwsh -command ". '{0}'"
281
281
- name : Cache JACK
282
282
id : cache-jack
283
- uses : actions/cache@v3
283
+ uses : actions/cache@main
284
284
with :
285
285
path : ' C:\Program Files\JACK2'
286
286
key : cache-jack-${{ runner.os }}-${{ hashFiles('.github/scripts/Windows/install_jack.ps1') }}
@@ -292,7 +292,7 @@ jobs:
292
292
run : $GITHUB_WORKSPACE/.github/scripts/Windows/prepare_msys.sh
293
293
- name : Cache live555
294
294
id : cache-live555
295
- uses : actions/cache@v3
295
+ uses : actions/cache@main
296
296
with :
297
297
path : ' C:\live555'
298
298
key : cache-live555-${{ runner.os }}-${{ hashFiles('.github/scripts/Windows/build_live555.sh') }}
@@ -304,7 +304,7 @@ jobs:
304
304
305
305
- name : Cache Spout build
306
306
id : cache-spout
307
- uses : actions/cache@v3
307
+ uses : actions/cache@main
308
308
with :
309
309
path : ' C:\Spout2'
310
310
key : cache-spout-${{ runner.os }}-${{ hashFiles('.github/scripts/Windows/install_spout.sh') }}
@@ -316,7 +316,7 @@ jobs:
316
316
317
317
- name : Cache CineForm build
318
318
id : cache-cineform
319
- uses : actions/cache@v3
319
+ uses : actions/cache@main
320
320
with :
321
321
path : ' C:\cineform-sdk'
322
322
key : cache-cineform-${{ runner.os }}-${{ hashFiles('.github/scripts/Windows/install_cineform.sh') }}
0 commit comments