From 535b7c755131a1ab32ab2388bf907c716932376a Mon Sep 17 00:00:00 2001 From: Rafal Wojdyla Date: Thu, 3 Feb 2022 10:27:15 -0800 Subject: [PATCH] Release v0.4 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab9583b..455b147 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ jobs: label: ${{ steps.create-runner.outputs.label }} steps: - id: create-runner - uses: related-sciences/gce-github-runner@v0.3 + uses: related-sciences/gce-github-runner@v0.4 with: token: ${{ secrets.GH_SA_TOKEN }} project_id: ${{ secrets.GCP_PROJECT_ID }} @@ -28,7 +28,7 @@ jobs: runs-on: ${{ needs.create-runner.outputs.label }} steps: - run: echo "This runs on the GCE VM" - - uses: related-sciences/gce-github-runner@v0.3 + - uses: related-sciences/gce-github-runner@v0.4 with: command: stop if: always()