From 2625d372e889bba6430a21c4fd2ff40b807ab26f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:44:57 +0000 Subject: [PATCH] chore: (deps): bump Vampire/setup-wsl from 3 to 4 Bumps [Vampire/setup-wsl](https://github.com/vampire/setup-wsl) from 3 to 4. - [Release notes](https://github.com/vampire/setup-wsl/releases) - [Commits](https://github.com/vampire/setup-wsl/compare/v3...v4) --- 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 f36aca5..4bee025 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@v3 + uses: Vampire/setup-wsl@v4 - name: Setup Cygwin if: "contains(matrix.shell, 'cygwin')"