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

Commit

Permalink
v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hata6502 committed Sep 5, 2021
1 parent 4549c11 commit d87fa4c
Show file tree
Hide file tree
Showing 4 changed files with 171 additions and 10 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@v3.1.0
# Latest release: hata6502/zx-script-action@v4.1.1
- 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@3.1.0 << "1d18af1b-6aa5-0661-b706-4fab507ae7b0"
npx zx@4.1.1 << "1d18af1b-6aa5-0661-b706-4fab507ae7b0"
${{inputs.script}}
1d18af1b-6aa5-0661-b706-4fab507ae7b0
shell: bash
175 changes: 168 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"devDependencies": {
"zx": "^3.1.0"
"zx": "^4.1.1"
}
}

0 comments on commit d87fa4c

Please sign in to comment.