Skip to content

Commit 5d03ada

Browse files
committed
0.9.0
1 parent 293ee0c commit 5d03ada

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
comment:
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/github-script@0.8.0
46+
- uses: actions/github-script@0.9.0
4747
with:
4848
github-token: ${{secrets.GITHUB_TOKEN}}
4949
script: |
@@ -65,7 +65,7 @@ jobs:
6565
apply-label:
6666
runs-on: ubuntu-latest
6767
steps:
68-
- uses: actions/github-script@0.8.0
68+
- uses: actions/github-script@0.9.0
6969
with:
7070
github-token: ${{secrets.GITHUB_TOKEN}}
7171
script: |
@@ -86,7 +86,7 @@ jobs:
8686
welcome:
8787
runs-on: ubuntu-latest
8888
steps:
89-
- uses: actions/github-script@0.8.0
89+
- uses: actions/github-script@0.9.0
9090
with:
9191
github-token: ${{secrets.GITHUB_TOKEN}}
9292
script: |
@@ -130,7 +130,7 @@ jobs:
130130
diff:
131131
runs-on: ubuntu-latest
132132
steps:
133-
- uses: actions/github-script@0.8.0
133+
- uses: actions/github-script@0.9.0
134134
with:
135135
github-token: ${{secrets.GITHUB_TOKEN}}
136136
script: |
@@ -149,7 +149,7 @@ output of a github-script step. For some workflows, string encoding is preferred
149149
`result-encoding` input:
150150

151151
```yaml
152-
- uses: actions/github-script@0.8.0
152+
- uses: actions/github-script@0.9.0
153153
with:
154154
github-token: ${{secrets.GITHUB_TOKEN}}
155155
result-encoding: string

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "github-script",
33
"description": "A GitHub action for executing a simple script",
4-
"version": "0.8.0",
4+
"version": "0.9.0",
55
"author": "GitHub",
66
"dependencies": {
77
"@actions/core": "^1.2.3",

0 commit comments

Comments
 (0)