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