We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a9d6d commit 793b4c2Copy full SHA for 793b4c2
.github/workflows/integration-tests.yml
@@ -11,7 +11,7 @@ jobs:
11
external:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: helmwave/setup-action@v0.1.2
+ - uses: helmwave/setup-action@v0.2.0
15
name: Install helmwave
16
with:
17
version: '0.17.1'
README.md
@@ -3,7 +3,7 @@
3
Install a specific version of helmwave binary on the runner.
4
5
```yaml
6
-- uses: helmwave/setup-action@v0.1.1
+- uses: helmwave/setup-action@v0.2.0
7
8
9
id: install
0 commit comments