From 78b9eb00de9a9de43f6f97c44ba0d66cd9fcee53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 01:49:33 +0000 Subject: [PATCH] build(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 d56183cd..1e902a67 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@v3 + uses: Vampire/setup-wsl@v4 - name: Setup Cygwin if: "contains(matrix.shell, 'cygwin')"