From 1061bdbcc346c9ea485f797d3967328d1433fe18 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Fri, 21 Aug 2026 09:10:48 +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 e081d89..87778a5 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@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 with: script: | const workflowFileName = 'release.yaml';