From c7d9a1a36e4fd27e79578c094ab5677ef0385e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 19:10:21 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 7 to 8 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/delivery-archlinux.yml | 4 ++-- .github/workflows/delivery-chocolatey.yml | 2 +- .github/workflows/delivery-docker.yml | 2 +- .github/workflows/delivery-homebrew.yml | 2 +- .github/workflows/delivery-ubuntu.yml | 2 +- .github/workflows/privileged-pr-process.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/delivery-archlinux.yml b/.github/workflows/delivery-archlinux.yml index ce7829c095..46a6847b41 100644 --- a/.github/workflows/delivery-archlinux.yml +++ b/.github/workflows/delivery-archlinux.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Determine version - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: version with: result-encoding: string @@ -37,7 +37,7 @@ jobs: mkdir -p ${{ env.PACKAGE_NAME }}/ cp .github/workflows/delivery/archlinux/${{ env.PACKAGE_NAME }}/PKGBUILD ${{ env.PACKAGE_NAME }}/PKGBUILD - name: Lookup assets - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: assets with: script: | diff --git a/.github/workflows/delivery-chocolatey.yml b/.github/workflows/delivery-chocolatey.yml index 799b754ac8..3548138f64 100644 --- a/.github/workflows/delivery-chocolatey.yml +++ b/.github/workflows/delivery-chocolatey.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Determine version - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: version with: result-encoding: string diff --git a/.github/workflows/delivery-docker.yml b/.github/workflows/delivery-docker.yml index 1524a52f68..efc12949d6 100644 --- a/.github/workflows/delivery-docker.yml +++ b/.github/workflows/delivery-docker.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Determine version - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: version with: result-encoding: string diff --git a/.github/workflows/delivery-homebrew.yml b/.github/workflows/delivery-homebrew.yml index 636db0487b..51d0b869d6 100644 --- a/.github/workflows/delivery-homebrew.yml +++ b/.github/workflows/delivery-homebrew.yml @@ -24,7 +24,7 @@ jobs: - name: Copy pack.rb run: cp .github/workflows/delivery/homebrew/pack.rb homebrew-tap/Formula/pack.rb - name: Lookup assets - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: assets with: script: | diff --git a/.github/workflows/delivery-ubuntu.yml b/.github/workflows/delivery-ubuntu.yml index 14b83b2e88..578137bfa4 100644 --- a/.github/workflows/delivery-ubuntu.yml +++ b/.github/workflows/delivery-ubuntu.yml @@ -32,7 +32,7 @@ jobs: echo "date=$(date +"%a, %d %b %Y %T %z")" >> $GITHUB_OUTPUT - name: Determine version - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: version with: result-encoding: string diff --git a/.github/workflows/privileged-pr-process.yml b/.github/workflows/privileged-pr-process.yml index b1bcd376c5..95ec8a6be8 100644 --- a/.github/workflows/privileged-pr-process.yml +++ b/.github/workflows/privileged-pr-process.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Add milestone - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: assets with: script: |