From 81600cd17f3763e178a79ccd4c2acb46a62455ea Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 1 Aug 2026 10:52:58 +0000 Subject: [PATCH] Update actions/github-script action to v9 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81e5b41..e7a9992 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - name: Git Tag (when not pre-release) id: github-tag if: ${{ !contains( env.OCTOVERSION_FullSemVer, '-' ) }} - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |