From 52f694ba029d1ffb941e0f75537f4124b4f3708b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 01:59:06 +0000 Subject: [PATCH] Bump Vampire/setup-wsl from 2 to 3 Bumps [Vampire/setup-wsl](https://github.com/vampire/setup-wsl) from 2 to 3. - [Release notes](https://github.com/vampire/setup-wsl/releases) - [Commits](https://github.com/vampire/setup-wsl/compare/v2...v3) --- updated-dependencies: - dependency-name: Vampire/setup-wsl 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 f8fc649e..4f4ac51f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -88,7 +88,7 @@ jobs: - name: Setup WSL if: "contains(matrix.shell, 'wsl')" - uses: Vampire/setup-wsl@v2 + uses: Vampire/setup-wsl@v3 - name: Setup Cygwin if: "contains(matrix.shell, 'cygwin')"