From 01eef79b37f97c3993ad48bf7594a7ba085d2edd Mon Sep 17 00:00:00 2001 From: Tomoyuki Hata <7702653+hata6502@users.noreply.github.com> Date: Tue, 18 May 2021 21:48:21 +0900 Subject: [PATCH] zx@1.7.0 --- .github/workflows/test.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ca1731..5c80866 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: test: runs-on: ubuntu-20.04 steps: - # Latest release: hata6502/zx-script-action@v1.6.0 + # Latest release: hata6502/zx-script-action@v1.7.0 - uses: hata6502/zx-script-action@main with: script: | diff --git a/action.yml b/action.yml index ffc8933..8c979fa 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ runs: using: composite steps: - run: | - npx zx@1.6.0 << "1d18af1b-6aa5-0661-b706-4fab507ae7b0" + npx zx@1.7.0 << "1d18af1b-6aa5-0661-b706-4fab507ae7b0" ${{inputs.script}} 1d18af1b-6aa5-0661-b706-4fab507ae7b0 shell: bash