Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hata6502 committed Mar 4, 2022
1 parent d87fa4c commit 9f74a04
Show file tree
Hide file tree
Showing 4 changed files with 229 additions and 341 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
runs-on: ubuntu-20.04
steps:
# Latest release: hata6502/zx-script-action@v4.1.1
# Latest release: hata6502/zx-script-action@v5.2.0
- uses: hata6502/zx-script-action@main
with:
script: |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
using: composite
steps:
- run: |
npx zx@4.1.1 << "1d18af1b-6aa5-0661-b706-4fab507ae7b0"
npx zx@5.2.0 << "1d18af1b-6aa5-0661-b706-4fab507ae7b0"
${{inputs.script}}
1d18af1b-6aa5-0661-b706-4fab507ae7b0
shell: bash
Loading

0 comments on commit 9f74a04

Please sign in to comment.