From 65b114b5cd2e32dd6d67d041ee8364bc59b55a2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 23:22:16 +0000 Subject: [PATCH] chore(deps): bump jakoch/install-vulkan-sdk-action from 1.5.5 to 1.6.0 Bumps [jakoch/install-vulkan-sdk-action](https://github.com/jakoch/install-vulkan-sdk-action) from 1.5.5 to 1.6.0. - [Release notes](https://github.com/jakoch/install-vulkan-sdk-action/releases) - [Changelog](https://github.com/jakoch/install-vulkan-sdk-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/jakoch/install-vulkan-sdk-action/compare/v1.5.5...v1.6.0) --- updated-dependencies: - dependency-name: jakoch/install-vulkan-sdk-action dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4f4d4d9dd..2ba4c4ee6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -226,7 +226,7 @@ jobs: # node24 action that installs the full SDK (headers + import libs). # Replaces humbletim/install-vulkan-sdk (node20 + a transitive # actions/cache@v4) which warns under the Node-20 deprecation. - uses: jakoch/install-vulkan-sdk-action@v1.5.5 + uses: jakoch/install-vulkan-sdk-action@v1.6.0 with: cache: true