From 02a95e8ad9bd8efffd480123a8bc9f0476d2bbd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 16:44:14 +0000 Subject: [PATCH] Bump Vampire/setup-wsl from 2 to 6 Bumps [Vampire/setup-wsl](https://github.com/vampire/setup-wsl) from 2 to 6. - [Release notes](https://github.com/vampire/setup-wsl/releases) - [Commits](https://github.com/vampire/setup-wsl/compare/v2...v6) --- updated-dependencies: - dependency-name: Vampire/setup-wsl dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ansible-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-tests.yml b/.github/workflows/ansible-tests.yml index a9bf41a..e85ba4b 100644 --- a/.github/workflows/ansible-tests.yml +++ b/.github/workflows/ansible-tests.yml @@ -39,7 +39,7 @@ jobs: Set-Item -Path WSMan:\localhost\Service\Auth\Basic -Value $true Set-Item -Path WSMan:\localhost\Service\AllowUnencrypted -Value $true - uses: actions/checkout@v1 - - uses: Vampire/setup-wsl@v2 + - uses: Vampire/setup-wsl@v6 with: distribution: Ubuntu-22.04 - name: Generate random password and set it in env vars