Skip to content

Commit 237210a

Browse files
committed
revert action/cache@vN test
1 parent d9aebd6 commit 237210a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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
@@ -54,7 +50,7 @@ runs:
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 }}

0 commit comments

Comments
 (0)