From 56b69a52fc17d788847cb21380800ad56674dfe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:17:58 +0000 Subject: [PATCH] Bump Vampire/setup-wsl from 3.1.1 to 3.1.3 Bumps [Vampire/setup-wsl](https://github.com/vampire/setup-wsl) from 3.1.1 to 3.1.3. - [Release notes](https://github.com/vampire/setup-wsl/releases) - [Commits](https://github.com/vampire/setup-wsl/compare/v3.1.1...v3.1.3) --- updated-dependencies: - dependency-name: Vampire/setup-wsl dependency-type: direct:production update-type: version-update:semver-patch ... 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 5e6bcfa46..e94316fdf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -120,7 +120,7 @@ jobs: # https://github.com/marketplace/actions/setup-wsl - name: Activate WSL if: contains(matrix.shell, 'wsl') - uses: Vampire/setup-wsl@v3.1.1 + uses: Vampire/setup-wsl@v3.1.3 with: distribution: Ubuntu-22.04 set-as-default: "true"