Skip to content

Commit

Permalink
chore(deps): ⬆️ bump actions/github-script from v3.1.1 to v4.0.1
Browse files Browse the repository at this point in the history
 Bumps [actions/github-script](https://github.com/actions/github-script) from v3.1.1 to v4.0.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v3.1.1...85e88a6) Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and yi-Xu-0100 committed Apr 22, 2021
1 parent 78e3eaf commit 556ba1f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Get repo and time
id: info
uses: actions/github-script@v3.1.1
uses: actions/github-script@v4.0.1
with:
result-encoding: string
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync2gitee.cached.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Get repo and time
id: info
uses: actions/github-script@v3.1.1
uses: actions/github-script@v4.0.1
with:
result-encoding: string
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync2gitee.list.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Get repo and time
id: info
uses: actions/github-script@v3.1.1
uses: actions/github-script@v4.0.1
with:
result-encoding: string
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync2gitee.list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Get repo and time
id: info
uses: actions/github-script@v3.1.1
uses: actions/github-script@v4.0.1
with:
result-encoding: string
script: |
Expand Down

0 comments on commit 556ba1f

Please sign in to comment.