Skip to content

Commit

Permalink
Bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jclem committed Jan 8, 2020
1 parent 29c97cb commit 83e4cfe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@0.3.0
- uses: actions/github-script@0.4.0
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand All @@ -55,7 +55,7 @@ jobs:
apply-label:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@0.3.0
- uses: actions/github-script@0.4.0
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand All @@ -76,7 +76,7 @@ jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@0.3.0
- uses: actions/github-script@0.4.0
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
diff:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@0.3.0
- uses: actions/github-script@0.4.0
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand All @@ -141,7 +141,7 @@ output of a github-script step. For some workflows, string encoding is preferred


```yaml
- uses: actions/github-script@0.3.0
- uses: actions/github-script@0.4.0
with:
github-token: ${{secrets.GITHUB_TOKEN}}
result-encoding: string
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-script",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 83e4cfe

Please sign in to comment.