From a1a9532ecaff33ab5b292bb0ac3fd4ef59b8bd0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 19:14:17 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v4.2.0 --- .github/workflows/sync-to-gitee.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-to-gitee.yml b/.github/workflows/sync-to-gitee.yml index 7b29c9e3..cc49e25e 100644 --- a/.github/workflows/sync-to-gitee.yml +++ b/.github/workflows/sync-to-gitee.yml @@ -17,7 +17,7 @@ jobs: - name: Get current repository name id: info - uses: actions/github-script@v4.1 + uses: actions/github-script@v4.2.0 with: github-token: ${{secrets.GITHUB_TOKEN}} result-encoding: string