From 64aae1eb6e9d50ce1098d716e52bc28b1cba91f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 20:33:56 +0000 Subject: [PATCH] Bump jakoch/install-vulkan-sdk-action from 1.0.4 to 1.0.5 Bumps [jakoch/install-vulkan-sdk-action](https://github.com/jakoch/install-vulkan-sdk-action) from 1.0.4 to 1.0.5. - [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.0.4...v1.0.5) --- updated-dependencies: - dependency-name: jakoch/install-vulkan-sdk-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/qt5_6.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qt5_6.yml b/.github/workflows/qt5_6.yml index 064155a9a..9fa28ca32 100644 --- a/.github/workflows/qt5_6.yml +++ b/.github/workflows/qt5_6.yml @@ -182,7 +182,7 @@ jobs: - name: Install Vulkan SDK if: ${{ inputs.qt_version == '6' }} - uses: jakoch/install-vulkan-sdk-action@v1.0.4 + uses: jakoch/install-vulkan-sdk-action@v1.0.5 with: install_runtime: false cache: true