From fcf28a36768c2f3a4f13968ec70d5e29cba999fe Mon Sep 17 00:00:00 2001 From: Rajat Jindal Date: Tue, 17 Jan 2023 22:45:20 +0530 Subject: [PATCH] prepare for v0.0.9 release Signed-off-by: Rajat Jindal --- README.md | 12 ++++++------ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 230e2a3..6146a2b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ jobs: pathInArchive: "windows-amd64/helm.exe", } steps: - - uses: engineerd/configurator@v0.0.8 + - uses: engineerd/configurator@v0.0.9 with: name: ${{ matrix.config.name }} url: ${{ matrix.config.url }} @@ -115,7 +115,7 @@ jobs: pathInArchive: "windows-amd64/helm.exe", } steps: - - uses: engineerd/configurator@v0.0.8 + - uses: engineerd/configurator@v0.0.9 with: name: ${{ matrix.config.name }} pathInArchive: ${{ matrix.config.pathInArchive }} @@ -138,7 +138,7 @@ jobs: kind: runs-on: ubuntu-latest steps: - - uses: engineerd/configurator@v0.0.8 + - uses: engineerd/configurator@v0.0.9 with: name: "kind" fromGitHubReleases: "true" @@ -165,7 +165,7 @@ jobs: kind: runs-on: ubuntu-latest steps: - - uses: engineerd/configurator@v0.0.8 + - uses: engineerd/configurator@v0.0.9 with: name: "kind" url: "https://github.com/kubernetes-sigs/kind/releases/download/v0.8.1/kind-linux-amd64" @@ -185,7 +185,7 @@ jobs: kind: runs-on: ubuntu-latest steps: - - uses: engineerd/configurator@v0.0.8 + - uses: engineerd/configurator@v0.0.9 with: name: "h3" url: "https://get.helm.sh/helm-v3.3.0-linux-amd64.tar.gz" @@ -206,7 +206,7 @@ jobs: kind: runs-on: windows-latest steps: - - uses: engineerd/configurator@v0.0.8 + - uses: engineerd/configurator@v0.0.9 with: name: "h3.exe" url: "https://get.helm.sh/helm-v3.3.0-windows-amd64.zip" diff --git a/package-lock.json b/package-lock.json index 32609ca..2d3e3e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "configurator", - "version": "0.0.8", + "version": "0.0.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "configurator", - "version": "0.0.8", + "version": "0.0.9", "license": "MIT", "dependencies": { "@actions/core": "^1.2.6", diff --git a/package.json b/package.json index b9ee917..bed0165 100644 --- a/package.json +++ b/package.json @@ -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",