From 1b074a9315bc686225029071f60b5cd9d424043f Mon Sep 17 00:00:00 2001 From: CSRBot Date: Fri, 21 Aug 2026 09:11:23 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 --- .gitea/workflows/auto-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/auto-release.yaml b/.gitea/workflows/auto-release.yaml index e081d89..4bed41c 100644 --- a/.gitea/workflows/auto-release.yaml +++ b/.gitea/workflows/auto-release.yaml @@ -36,7 +36,7 @@ jobs: git push origin "${defined_tag}" - name: Trigger "Release" workflow - uses: actions/github-script@v7.0.1 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | const workflowFileName = 'release.yaml';