Skip to content

Commit

Permalink
Bump action version to 0.0.6
Browse files Browse the repository at this point in the history
Signed-off-by: Radu M <[email protected]>
  • Loading branch information
Radu M committed Mar 11, 2021
1 parent 59c1880 commit 35c144e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
pathInArchive: "windows-amd64/helm.exe",
}
steps:
- uses: engineerd/[email protected].5
- uses: engineerd/[email protected].6
with:
name: ${{ matrix.config.name }}
url: ${{ matrix.config.url }}
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
pathInArchive: "windows-amd64/helm.exe",
}
steps:
- uses: engineerd/[email protected].5
- uses: engineerd/[email protected].6
with:
name: ${{ matrix.config.name }}
pathInArchive: ${{ matrix.config.pathInArchive }}
Expand All @@ -138,7 +138,7 @@ jobs:
kind:
runs-on: ubuntu-latest
steps:
- uses: engineerd/[email protected].5
- uses: engineerd/[email protected].6
with:
name: "kind"
fromGitHubReleases: "true"
Expand All @@ -165,7 +165,7 @@ jobs:
kind:
runs-on: ubuntu-latest
steps:
- uses: engineerd/[email protected].5
- uses: engineerd/[email protected].6
with:
name: "kind"
url: "https://github.com/kubernetes-sigs/kind/releases/download/v0.8.1/kind-linux-amd64"
Expand All @@ -185,7 +185,7 @@ jobs:
kind:
runs-on: ubuntu-latest
steps:
- uses: engineerd/[email protected].5
- uses: engineerd/[email protected].6
with:
name: "h3"
url: "https://get.helm.sh/helm-v3.3.0-linux-amd64.tar.gz"
Expand All @@ -206,7 +206,7 @@ jobs:
kind:
runs-on: windows-latest
steps:
- uses: engineerd/[email protected].5
- uses: engineerd/[email protected].6
with:
name: "h3.exe"
url: "https://get.helm.sh/helm-v3.3.0-windows-amd64.zip"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "configurator",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"description": "A GitHub Action that configures statically compiled tools",
"main": "lib/main.js",
Expand Down

0 comments on commit 35c144e

Please sign in to comment.