From 961751e2fa39c8edc8989862a47b1c524e4ec09e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 20:37:15 +0000 Subject: [PATCH] Bump jakoch/install-vulkan-sdk-action from 1.0.6 to 1.1.1 Bumps [jakoch/install-vulkan-sdk-action](https://github.com/jakoch/install-vulkan-sdk-action) from 1.0.6 to 1.1.1. - [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.6...v1.1.1) --- updated-dependencies: - dependency-name: jakoch/install-vulkan-sdk-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 1a714a4c3..4250051ba 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.6 + uses: jakoch/install-vulkan-sdk-action@v1.1.1 with: install_runtime: false cache: true