Skip to content

Commit

Permalink
chore(deps): ⬆️ bump actions/github-script from 4.0.2 to 4.1
Browse files Browse the repository at this point in the history
 Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 4.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v4.0.2...v4.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and yi-Xu-0100 committed Aug 20, 2021
1 parent 11adb8f commit 190b73c
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@v4.0.2
uses: actions/github-script@v4.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@v4.0.2
uses: actions/github-script@v4.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@v4.0.2
uses: actions/github-script@v4.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@v4.0.2
uses: actions/github-script@v4.1
with:
result-encoding: string
script: |
Expand Down

0 comments on commit 190b73c

Please sign in to comment.