From aa0ae073322b3143d82ced11cf781626da6db513 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Fri, 21 Aug 2026 12:11:00 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v7.1.0 --- .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 4698e99..326f46d 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@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 with: script: | const workflowFileName = 'release.yaml';