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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hata6502 committed Apr 19, 2022
1 parent 3db1ef8 commit da33f34
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 25 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@v5.2.0
# Latest release: hata6502/zx-script-action@v6.1.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@5.2.0 << "1d18af1b-6aa5-0661-b706-4fab507ae7b0"
npx zx@6.1.0 << "1d18af1b-6aa5-0661-b706-4fab507ae7b0"
${{inputs.script}}
1d18af1b-6aa5-0661-b706-4fab507ae7b0
shell: bash
58 changes: 36 additions & 22 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": "^5.2.0"
"zx": "^6.1.0"
}
}

0 comments on commit da33f34

Please sign in to comment.