Skip to content

Commit

Permalink
Merge pull request #26 from radu-matei/bump-version-0.0.7
Browse files Browse the repository at this point in the history
Bump version to 0.0.7
  • Loading branch information
Radu M authored Jun 3, 2021
2 parents 54081f2 + 32a3b1d commit adde765
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/configurator@v0.0.6
- uses: engineerd/configurator@v0.0.7
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/configurator@v0.0.6
- uses: engineerd/configurator@v0.0.7
with:
name: ${{ matrix.config.name }}
pathInArchive: ${{ matrix.config.pathInArchive }}
Expand All @@ -138,7 +138,7 @@ jobs:
kind:
runs-on: ubuntu-latest
steps:
- uses: engineerd/configurator@v0.0.6
- uses: engineerd/configurator@v0.0.7
with:
name: "kind"
fromGitHubReleases: "true"
Expand All @@ -165,7 +165,7 @@ jobs:
kind:
runs-on: ubuntu-latest
steps:
- uses: engineerd/configurator@v0.0.6
- uses: engineerd/configurator@v0.0.7
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/configurator@v0.0.6
- uses: engineerd/configurator@v0.0.7
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/configurator@v0.0.6
- uses: engineerd/configurator@v0.0.7
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.6",
"version": "0.0.7",
"private": true,
"description": "A GitHub Action that configures statically compiled tools",
"main": "lib/main.js",
Expand Down

0 comments on commit adde765

Please sign in to comment.