Skip to content

Commit 35c144e

Browse files
author
Radu M
committed
Bump action version to 0.0.6
Signed-off-by: Radu M <root@radu.sh>
1 parent 59c1880 commit 35c144e

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
pathInArchive: "windows-amd64/helm.exe",
4646
}
4747
steps:
48-
- uses: engineerd/configurator@v0.0.5
48+
- uses: engineerd/configurator@v0.0.6
4949
with:
5050
name: ${{ matrix.config.name }}
5151
url: ${{ matrix.config.url }}
@@ -115,7 +115,7 @@ jobs:
115115
pathInArchive: "windows-amd64/helm.exe",
116116
}
117117
steps:
118-
- uses: engineerd/configurator@v0.0.5
118+
- uses: engineerd/configurator@v0.0.6
119119
with:
120120
name: ${{ matrix.config.name }}
121121
pathInArchive: ${{ matrix.config.pathInArchive }}
@@ -138,7 +138,7 @@ jobs:
138138
kind:
139139
runs-on: ubuntu-latest
140140
steps:
141-
- uses: engineerd/configurator@v0.0.5
141+
- uses: engineerd/configurator@v0.0.6
142142
with:
143143
name: "kind"
144144
fromGitHubReleases: "true"
@@ -165,7 +165,7 @@ jobs:
165165
kind:
166166
runs-on: ubuntu-latest
167167
steps:
168-
- uses: engineerd/configurator@v0.0.5
168+
- uses: engineerd/configurator@v0.0.6
169169
with:
170170
name: "kind"
171171
url: "https://github.com/kubernetes-sigs/kind/releases/download/v0.8.1/kind-linux-amd64"
@@ -185,7 +185,7 @@ jobs:
185185
kind:
186186
runs-on: ubuntu-latest
187187
steps:
188-
- uses: engineerd/configurator@v0.0.5
188+
- uses: engineerd/configurator@v0.0.6
189189
with:
190190
name: "h3"
191191
url: "https://get.helm.sh/helm-v3.3.0-linux-amd64.tar.gz"
@@ -206,7 +206,7 @@ jobs:
206206
kind:
207207
runs-on: windows-latest
208208
steps:
209-
- uses: engineerd/configurator@v0.0.5
209+
- uses: engineerd/configurator@v0.0.6
210210
with:
211211
name: "h3.exe"
212212
url: "https://get.helm.sh/helm-v3.3.0-windows-amd64.zip"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "configurator",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"private": true,
55
"description": "A GitHub Action that configures statically compiled tools",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)