From e5b555dbc3e6da82b6a1c79f3d28a79645d6783c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 13:21:43 +0000 Subject: [PATCH] Bump NcStudios/VulkanCI from 1.0 to 1.2 Bumps [NcStudios/VulkanCI](https://github.com/ncstudios/vulkanci) from 1.0 to 1.2. - [Release notes](https://github.com/ncstudios/vulkanci/releases) - [Commits](https://github.com/ncstudios/vulkanci/compare/v1.0...v1.2) --- updated-dependencies: - dependency-name: NcStudios/VulkanCI dependency-version: '1.2' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ee360f2..76cc7c6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - uses: NcStudios/VulkanCI@v1.0 + - uses: NcStudios/VulkanCI@v1.2 - name: Install system dependencies run: |