Skip to content

Commit dad0a0e

Browse files
authored
Merge pull request #687 from gradle/dependabot/github_actions/Vampire/setup-wsl-4
Bump Vampire/setup-wsl from 3 to 4
2 parents 650d269 + d2ce222 commit dad0a0e

2 files changed

+2
-2
lines changed

.github/workflows/cross-platform-testing-build-from-source.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- name: Set up WSL
6464
if: ${{ runner.os == 'Windows' }}
65-
uses: Vampire/setup-wsl@v3
65+
uses: Vampire/setup-wsl@v4
6666
with:
6767
distribution: Ubuntu-24.04
6868
additional-packages: curl unzip wget apt-transport-https gnupg

.github/workflows/cross-platform-testing-use-development-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- name: Set up WSL
4343
if: ${{ runner.os == 'Windows' }}
44-
uses: Vampire/setup-wsl@v3
44+
uses: Vampire/setup-wsl@v4
4545
with:
4646
distribution: Ubuntu-24.04
4747
additional-packages: curl unzip wget apt-transport-https gnupg

0 commit comments

Comments
 (0)