From 58185f5f9df5078d9b6fb178a86a780a4af67c58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 01:13:55 +0000 Subject: [PATCH] build(deps): bump Vampire/setup-wsl from 4 to 5 Bumps [Vampire/setup-wsl](https://github.com/vampire/setup-wsl) from 4 to 5. - [Release notes](https://github.com/vampire/setup-wsl/releases) - [Commits](https://github.com/vampire/setup-wsl/compare/v4...v5) --- 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 8d600568..a6a0edf9 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@v4 + uses: Vampire/setup-wsl@v5 - name: Setup Cygwin if: "contains(matrix.shell, 'cygwin')"