Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f3c2f2e

Browse filesBrowse files
committed
Bump v0.5.0
1 parent 8e6ec0e commit f3c2f2e
Copy full SHA for f3c2f2e

File tree

Expand file treeCollapse file tree

3 files changed

+7
-7
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+7
-7
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+5-5Lines 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.4.0
45+
- uses: actions/github-script@0.5.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.4.0
67+
- uses: actions/github-script@0.5.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.4.0
88+
- uses: actions/github-script@0.5.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.4.0
133+
- uses: actions/github-script@0.5.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.4.0
153+
- uses: actions/github-script@0.5.0
154154
with:
155155
github-token: ${{secrets.GITHUB_TOKEN}}
156156
result-encoding: string

‎package-lock.json

Copy file name to clipboardExpand all lines: package-lock.json
+1-1Lines 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

Copy file name to clipboardExpand all lines: package.json
+1-1Lines 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.4.0",
3+
"version": "0.5.0",
44
"private": true,
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.