Skip to content

Commit

Permalink
🩹 Fix Node 16 deprecation warnings (for real)
Browse files Browse the repository at this point in the history
It looks like the `setup-vulkan-sdk` action was responsible for the
Node 16 warnings, since it implicitly uses `actions/cache@v3`.
This updates the version to point to the new `@v2` tag to account
for the new version which no longer uses Node 16.
  • Loading branch information
bitwizeshift committed Feb 8, 2024
1 parent 307c5c8 commit d6a4fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/prepare-runner/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ runs:
# Vulkan

- name: Install Vulkan SDK
uses: bitwizeshift/setup-vulkan-sdk@v1.2.1
uses: bitwizeshift/setup-vulkan-sdk@v2
if: runner.os == 'Linux' || runner.os == 'Windows'
with:
vulkan-query-version: 1.3.204.0
Expand Down

0 comments on commit d6a4fe5

Please sign in to comment.