From 350bb3115fe19ba3df29bf5e1d10def81e483fc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 16:42:09 +0000 Subject: [PATCH] Bump actions/github-script from 3 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-latest-release.yml | 2 +- .github/workflows/draft-release.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-latest-release.yml b/.github/workflows/check-latest-release.yml index 520ed73b6..9a8a48e5e 100644 --- a/.github/workflows/check-latest-release.yml +++ b/.github/workflows/check-latest-release.yml @@ -22,7 +22,7 @@ jobs: go-version-file: 'go.mod' - name: Get previous release tag id: get-previous-release-tag - uses: actions/github-script@v6 + uses: actions/github-script@v9 with: github-token: ${{secrets.GITHUB_TOKEN}} result-encoding: string diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index c8b6809e8..d0a665eb9 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -29,8 +29,8 @@ jobs: echo "LIFECYCLE_VERSION=$version" >> $GITHUB_ENV - name: Determine download urls for linux-x86-64, linux-arm64, linux-ppc64le, linux-s390x, freebsd-amd64, freebsd-arm64 id: artifact-urls - # FIXME: this script should be updated to work with actions/github-script@v6 - uses: actions/github-script@v3 + # FIXME: this script should be updated to work with actions/github-script@v9 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -122,7 +122,7 @@ jobs: echo "RELEASE_KIND=release" >> $GITHUB_ENV - name: Get previous release tag id: get-previous-release-tag - uses: actions/github-script@v6 + uses: actions/github-script@v9 with: github-token: ${{secrets.GITHUB_TOKEN}} result-encoding: string