File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ inputs:
1212 description : ' whether to cache the downloaded vulkan_sdk.* installer file (using github actions/cache)'
1313 default : false
1414 required : false
15- cache_version :
16- description : ' specify N for actions-cache/vN (defensive future-proofing for deprecation warnings)'
17- default : 4
18- required : false
1915 quiet :
2016 description : ' silence GitHub Annotation notice displayed if resolving `latest` into Vulkan SDK release number'
2117 default : false
5450 - name : Check Vulkan SDK installer cache
5551 id : vulkan-cached-sdk
5652 if : inputs.cache != 'false'
57- uses : actions/cache@v${{ inputs.cache_version }}
53+ uses : actions/cache@v4
5854 with :
5955 path : vulkan_sdk.*
6056 key : ${{ runner.os }}-vulkan-prebuilt-sdk-${{ inputs.cache }}-${{ env.VULKAN_SDK_VERSION }}
You can’t perform that action at this time.
0 commit comments