From b8f17927add2979b2fb7855e433c401c9c0945f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 04:59:50 +0000 Subject: [PATCH] chore(deps): bump actions/github-script in /.github/workflows Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/rebuild-deb.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rebuild-deb.yml b/.github/workflows/rebuild-deb.yml index 0335481..dc21af3 100644 --- a/.github/workflows/rebuild-deb.yml +++ b/.github/workflows/rebuild-deb.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Get latest release id: get_release - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const { data: releases } = await github.rest.repos.listReleases({ @@ -116,7 +116,7 @@ jobs: arch: [arm64, amd64] steps: - name: Delete existing DEB asset - uses: actions/github-script@v7 + uses: actions/github-script@v8 continue-on-error: true with: script: | @@ -166,7 +166,7 @@ jobs: asset_content_type: application/vnd.debian.binary-package - name: Add comment to commit - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const message = `✅ DEB package rebuilt for ${{ matrix.arch }}\n\n` +