From 8f9a81057b9e3aa0c7f8be7ccff4bfad626332f4 Mon Sep 17 00:00:00 2001 From: juewuy <61367819+juewuy@users.noreply.github.com> Date: Sat, 23 Mar 2024 15:22:40 +0800 Subject: [PATCH] Update core_auto_update.yml --- .github/workflows/core_auto_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/core_auto_update.yml b/.github/workflows/core_auto_update.yml index b8d13ab..302097e 100644 --- a/.github/workflows/core_auto_update.yml +++ b/.github/workflows/core_auto_update.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Auto update singbox_core_PuerNya to prerelease - uses: actions/github-script@v7 + uses: actions/github-script@v5 with: script: | const { data: { id } } = await octokit.request('GET /repos/{owner}/{repo}/actions/workflows', {