Skip to content

Commit 0c225ee

Browse files
committed
�Gradle Release Plugin] - new version commit: 'v6.0.1-SNAPSHOT'.
2 parents 442f98c + 6a8db44 commit 0c225ee

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

.github/workflows/verify-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
steps:
4848
- id: 'step-0'
4949
name: 'Execute action'
50-
uses: 'Vampire/setup-wsl@v5'
50+
uses: 'Vampire/setup-wsl@v6'

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To use this action with all inputs set to their default value, just use its name
5252
_**Example:**_
5353

5454
```yaml
55-
- uses: Vampire/setup-wsl@v5
55+
- uses: Vampire/setup-wsl@v6
5656
```
5757
5858
This will first check whether the distribution is installed already. If not, it will be installed and also
@@ -115,7 +115,7 @@ defaults:
115115
shell: wsl-bash {0}
116116
117117
steps:
118-
- uses: Vampire/setup-wsl@v5
118+
- uses: Vampire/setup-wsl@v6
119119
120120
- run: |
121121
npm ci
@@ -157,7 +157,7 @@ The values currently supported by this action are:
157157

158158
_**Example:**_
159159
```yaml
160-
- uses: Vampire/setup-wsl@v5
160+
- uses: Vampire/setup-wsl@v6
161161
with:
162162
distribution: Ubuntu-18.04
163163
```
@@ -174,7 +174,7 @@ space of the repository. Refer to [`actions/cache` documentation][actions/cache
174174

175175
_**Example:**_
176176
```yaml
177-
- uses: Vampire/setup-wsl@v5
177+
- uses: Vampire/setup-wsl@v6
178178
with:
179179
use-cache: 'false'
180180
```
@@ -195,7 +195,7 @@ its contents in your configured value.
195195

196196
_**Example:**_
197197
```yaml
198-
- uses: Vampire/setup-wsl@v5
198+
- uses: Vampire/setup-wsl@v6
199199
with:
200200
wsl-conf: |
201201
[automount]
@@ -214,7 +214,7 @@ This can also be used if the distribution is installed already.
214214

215215
_**Example:**_
216216
```yaml
217-
- uses: Vampire/setup-wsl@v5
217+
- uses: Vampire/setup-wsl@v6
218218
with:
219219
set-as-default: 'false'
220220
```
@@ -228,7 +228,7 @@ This can also be used if the distribution is installed already.
228228

229229
_**Example:**_
230230
```yaml
231-
- uses: Vampire/setup-wsl@v5
231+
- uses: Vampire/setup-wsl@v6
232232
with:
233233
update: 'true'
234234
```
@@ -242,7 +242,7 @@ This can also be used if the distribution is installed already.
242242

243243
_**Example:**_
244244
```yaml
245-
- uses: Vampire/setup-wsl@v5
245+
- uses: Vampire/setup-wsl@v6
246246
with:
247247
additional-packages:
248248
dos2unix
@@ -260,7 +260,7 @@ it is automatically added.
260260

261261
_**Example:**_
262262
```yaml
263-
- uses: Vampire/setup-wsl@v5
263+
- uses: Vampire/setup-wsl@v6
264264
with:
265265
wsl-shell-user: test
266266
```
@@ -291,7 +291,7 @@ scripts, the [`wsl-shell-wrapper-path` output](#wsl-shell-wrapper-path) and
291291

292292
_**Examples:**_
293293
```yaml
294-
- uses: Vampire/setup-wsl@v5
294+
- uses: Vampire/setup-wsl@v6
295295
with:
296296
wsl-shell-command: ash -eu
297297
@@ -302,21 +302,21 @@ _**Examples:**_
302302
run: |
303303
useradd -m -p 4qBD5NWD3IkbU test
304304
305-
- uses: Vampire/setup-wsl@v5
305+
- uses: Vampire/setup-wsl@v6
306306
with:
307307
wsl-shell-command: bash -c "sudo -u test bash --noprofile --norc -euo pipefail "\
308308
309309
- shell: wsl-bash {0}
310310
run: id
311311
312-
- uses: Vampire/setup-wsl@v5
312+
- uses: Vampire/setup-wsl@v6
313313
with:
314314
wsl-shell-command: bash -c "sudo -u test bash --noprofile --norc -euo pipefail '{0}'"
315315
316316
- shell: wsl-bash {0}
317317
run: id
318318
319-
- uses: Vampire/setup-wsl@v5
319+
- uses: Vampire/setup-wsl@v6
320320
with:
321321
wsl-shell-command: bash -c "cd && bash --noprofile --norc -euo pipefail '{0}'"
322322
@@ -338,7 +338,7 @@ so that proper tests can be added and the warning for that version removed.
338338

339339
_**Example:**_
340340
```yaml
341-
- uses: Vampire/setup-wsl@v5
341+
- uses: Vampire/setup-wsl@v6
342342
with:
343343
wsl-version: 1
344344
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
group = net.kautler
16-
version = 6.0.0-SNAPSHOT
16+
version = 6.0.1-SNAPSHOT
1717
description = A GitHub action to install and setup a Linux distribution for the Windows Subsystem for Linux (WSL)
1818

1919
org.gradle.caching = true

readme/README.md.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
99507fe69f9ee85368676c3b46bb44f6fb8646a3cd1043e30a08e967582a766b
1+
bd99298fb0a22ce64a4010aba3f1741d645b52b653b4cb0e93432421dd3a61d6

0 commit comments

Comments
 (0)