From b0b03475eea420176d388885a739a0054737993e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:23:05 +0000 Subject: [PATCH] chore: (deps): bump Vampire/setup-wsl from 6 to 7 Bumps [Vampire/setup-wsl](https://github.com/vampire/setup-wsl) from 6 to 7. - [Release notes](https://github.com/vampire/setup-wsl/releases) - [Commits](https://github.com/vampire/setup-wsl/compare/v6...v7) --- updated-dependencies: - dependency-name: Vampire/setup-wsl dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6b7cebf..f135c48 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -82,7 +82,7 @@ jobs: - name: Setup WSL if: "contains(matrix.shell, 'wsl')" - uses: Vampire/setup-wsl@v6 + uses: Vampire/setup-wsl@v7 - name: Setup Cygwin if: "contains(matrix.shell, 'cygwin')"