From 963b976248313735dffc8f7c8410359f558897c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 05:34:10 +0000 Subject: [PATCH] =?UTF-8?q?=20chore(deps):=20=E2=AC=86=EF=B8=8F=20update?= =?UTF-8?q?=20actions/github-script=20requirement=20to=20v3.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [actions/github-script](https://github.com/actions/github-script) to permit the latest version. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/commits/f05a81df23035049204b043b50c3322045ce7eb3) Signed-off-by: dependabot[bot] --- .github/workflows/patch.yml | 2 +- .github/workflows/sync2gitee.cached.yml | 2 +- .github/workflows/sync2gitee.list.org.yml | 2 +- .github/workflows/sync2gitee.list.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/patch.yml b/.github/workflows/patch.yml index 54d77b7..154b96d 100644 --- a/.github/workflows/patch.yml +++ b/.github/workflows/patch.yml @@ -21,7 +21,7 @@ jobs: - name: Get repo and time id: info - uses: actions/github-script@v3.1.0 + uses: actions/github-script@v3.1.1 with: result-encoding: string script: | diff --git a/.github/workflows/sync2gitee.cached.yml b/.github/workflows/sync2gitee.cached.yml index 2172790..7cfab78 100644 --- a/.github/workflows/sync2gitee.cached.yml +++ b/.github/workflows/sync2gitee.cached.yml @@ -20,7 +20,7 @@ jobs: - name: Get repo and time id: info - uses: actions/github-script@v3.1 + uses: actions/github-script@v3.1.1 with: result-encoding: string script: | diff --git a/.github/workflows/sync2gitee.list.org.yml b/.github/workflows/sync2gitee.list.org.yml index e198b86..be9044f 100644 --- a/.github/workflows/sync2gitee.list.org.yml +++ b/.github/workflows/sync2gitee.list.org.yml @@ -21,7 +21,7 @@ jobs: - name: Get repo and time id: info - uses: actions/github-script@v3.1.0 + uses: actions/github-script@v3.1.1 with: result-encoding: string script: | diff --git a/.github/workflows/sync2gitee.list.yml b/.github/workflows/sync2gitee.list.yml index ec089c4..3b91e52 100644 --- a/.github/workflows/sync2gitee.list.yml +++ b/.github/workflows/sync2gitee.list.yml @@ -19,7 +19,7 @@ jobs: - name: Get repo and time id: info - uses: actions/github-script@v3.1.0 + uses: actions/github-script@v3.1.1 with: result-encoding: string script: |