From 47614881d954f93534d4cad31810cc1bea280679 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Tue, 14 Apr 2026 13:52:45 +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 3922edc..c2c5b8e 100644 --- a/.gitea/workflows/auto-release.yaml +++ b/.gitea/workflows/auto-release.yaml @@ -54,7 +54,7 @@ jobs: - name: Trigger "Push tagged images" workflow if: steps.check_change.outputs.changed == 'true' - uses: actions/github-script@v8.0.0 + uses: actions/github-script@v9.0.0 with: script: | const workflowFileName = 'release.yaml';