Skip to content

Commit

Permalink
Merge pull request #45 from rajatjindal/prepare-v0.0.9
Browse files Browse the repository at this point in the history
prepare for v0.0.9 release
  • Loading branch information
rajatjindal committed Jan 17, 2023
2 parents 1a8f425 + fcf28a3 commit 0d52a03
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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].8
- uses: engineerd/[email protected].9
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].8
- uses: engineerd/[email protected].9
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].8
- uses: engineerd/[email protected].9
with:
name: "kind"
fromGitHubReleases: "true"
Expand All @@ -165,7 +165,7 @@ jobs:
kind:
runs-on: ubuntu-latest
steps:
- uses: engineerd/[email protected].8
- uses: engineerd/[email protected].9
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].8
- uses: engineerd/[email protected].9
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].8
- uses: engineerd/[email protected].9
with:
name: "h3.exe"
url: "https://get.helm.sh/helm-v3.3.0-windows-amd64.zip"
Expand Down
4 changes: 2 additions & 2 deletions 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.8",
"version": "0.0.9",
"private": true,
"description": "A GitHub Action that configures statically compiled tools",
"main": "lib/main.js",
Expand Down

0 comments on commit 0d52a03

Please sign in to comment.