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

Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 83e4cfe

Browse files
committed
Bump to 0.4.0
1 parent 29c97cb commit 83e4cfe

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
comment:
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/github-script@0.3.0
36+
- uses: actions/github-script@0.4.0
3737
with:
3838
github-token: ${{secrets.GITHUB_TOKEN}}
3939
script: |
@@ -55,7 +55,7 @@ jobs:
5555
apply-label:
5656
runs-on: ubuntu-latest
5757
steps:
58-
- uses: actions/github-script@0.3.0
58+
- uses: actions/github-script@0.4.0
5959
with:
6060
github-token: ${{secrets.GITHUB_TOKEN}}
6161
script: |
@@ -76,7 +76,7 @@ jobs:
7676
welcome:
7777
runs-on: ubuntu-latest
7878
steps:
79-
- uses: actions/github-script@0.3.0
79+
- uses: actions/github-script@0.4.0
8080
with:
8181
github-token: ${{secrets.GITHUB_TOKEN}}
8282
script: |
@@ -121,7 +121,7 @@ jobs:
121121
diff:
122122
runs-on: ubuntu-latest
123123
steps:
124-
- uses: actions/github-script@0.3.0
124+
- uses: actions/github-script@0.4.0
125125
with:
126126
github-token: ${{secrets.GITHUB_TOKEN}}
127127
script: |
@@ -141,7 +141,7 @@ output of a github-script step. For some workflows, string encoding is preferred
141141

142142

143143
```yaml
144-
- uses: actions/github-script@0.3.0
144+
- uses: actions/github-script@0.4.0
145145
with:
146146
github-token: ${{secrets.GITHUB_TOKEN}}
147147
result-encoding: string

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.3.0",
3+
"version": "0.4.0",
44
"private": true,
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)