Skip to content

Commit 793b4c2

Browse files
committed
set 0.2.0
1 parent 16a9d6d commit 793b4c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
external:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: helmwave/setup-action@v0.1.2
14+
- uses: helmwave/setup-action@v0.2.0
1515
name: Install helmwave
1616
with:
1717
version: '0.17.1'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Install a specific version of helmwave binary on the runner.
44

55
```yaml
6-
- uses: helmwave/setup-action@v0.1.1
6+
- uses: helmwave/setup-action@v0.2.0
77
with:
88
version: '0.17.1'
99
id: install

0 commit comments

Comments
 (0)