From d4575cc297a678d947775b38978c71490ac9b184 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 03:14:06 +0000 Subject: [PATCH] Bump actions/github-script from 8 to 9 in the all-actions group Bumps the all-actions group with 1 update: [actions/github-script](https://github.com/actions/github-script). Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 7041571..b5d240e 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -94,7 +94,7 @@ jobs: path: dist/ - name: Create Tag - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | github.rest.git.createRef({ @@ -105,7 +105,7 @@ jobs: }) - name: Create Release - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: "${{ secrets.GITHUB_TOKEN }}" script: |