Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5363c89

Browse files
committed
v0.6.0
1 parent b20057a commit 5363c89

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
comment:
4343
runs-on: ubuntu-latest
4444
steps:
45-
- uses: actions/github-script@0.5.0
45+
- uses: actions/github-script@0.6.0
4646
with:
4747
github-token: ${{secrets.GITHUB_TOKEN}}
4848
script: |
@@ -64,7 +64,7 @@ jobs:
6464
apply-label:
6565
runs-on: ubuntu-latest
6666
steps:
67-
- uses: actions/github-script@0.5.0
67+
- uses: actions/github-script@0.6.0
6868
with:
6969
github-token: ${{secrets.GITHUB_TOKEN}}
7070
script: |
@@ -85,7 +85,7 @@ jobs:
8585
welcome:
8686
runs-on: ubuntu-latest
8787
steps:
88-
- uses: actions/github-script@0.5.0
88+
- uses: actions/github-script@0.6.0
8989
with:
9090
github-token: ${{secrets.GITHUB_TOKEN}}
9191
script: |
@@ -130,7 +130,7 @@ jobs:
130130
diff:
131131
runs-on: ubuntu-latest
132132
steps:
133-
- uses: actions/github-script@0.5.0
133+
- uses: actions/github-script@0.6.0
134134
with:
135135
github-token: ${{secrets.GITHUB_TOKEN}}
136136
script: |
@@ -150,7 +150,7 @@ output of a github-script step. For some workflows, string encoding is preferred
150150

151151

152152
```yaml
153-
- uses: actions/github-script@0.5.0
153+
- uses: actions/github-script@0.6.0
154154
with:
155155
github-token: ${{secrets.GITHUB_TOKEN}}
156156
result-encoding: string

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-script",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"private": true,
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)