From 347ab9e3c371f73a74ae920a48393333c48b97db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 02:21:32 +0000 Subject: [PATCH] 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/cross-platform-testing-build-from-source.yml | 2 +- .../cross-platform-testing-use-development-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cross-platform-testing-build-from-source.yml b/.github/workflows/cross-platform-testing-build-from-source.yml index 3d130be3..f11b8c21 100644 --- a/.github/workflows/cross-platform-testing-build-from-source.yml +++ b/.github/workflows/cross-platform-testing-build-from-source.yml @@ -66,7 +66,7 @@ jobs: steps: - name: Set up WSL if: ${{ runner.os == 'Windows' }} - uses: Vampire/setup-wsl@v4 + uses: Vampire/setup-wsl@v5 with: distribution: Ubuntu-24.04 additional-packages: curl unzip wget apt-transport-https gnupg diff --git a/.github/workflows/cross-platform-testing-use-development-release.yml b/.github/workflows/cross-platform-testing-use-development-release.yml index 377f33f6..f95c8b5a 100644 --- a/.github/workflows/cross-platform-testing-use-development-release.yml +++ b/.github/workflows/cross-platform-testing-use-development-release.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Set up WSL if: ${{ runner.os == 'Windows' }} - uses: Vampire/setup-wsl@v4 + uses: Vampire/setup-wsl@v5 with: distribution: Ubuntu-24.04 additional-packages: curl unzip wget apt-transport-https gnupg