From 36944dc826e9a03c30a3cadc1aa1dfb8df550097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 22:53:56 +0000 Subject: [PATCH 1/2] 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 72b19bc4..14cef116 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -164,7 +164,7 @@ jobs: - name: Setup WSL if: "contains(matrix.shell, 'wsl')" - uses: Vampire/setup-wsl@v3 + uses: Vampire/setup-wsl@v4 - name: Setup coreutils if: "contains(matrix.shell, 'coreutils')" From b0e9dbefc211cfc4877d92a991a922bd05f6d543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Tue, 17 Dec 2024 00:15:53 +0100 Subject: [PATCH 2/2] Update .github/workflows/ci.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Otto Kröpke --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 14cef116..3b500824 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -165,6 +165,8 @@ jobs: - name: Setup WSL if: "contains(matrix.shell, 'wsl')" uses: Vampire/setup-wsl@v4 + with: + wsl-version: 1 - name: Setup coreutils if: "contains(matrix.shell, 'coreutils')"