From ba8a79b38e64615a8688857f805ec2a7027db14a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 21:23:27 +0000 Subject: [PATCH] Bump actions/github-script from 3 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3...v7) --- updated-dependencies: - dependency-name: actions/github-script 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 3f8bac83f..5ff0df54c 100644 --- a/.github/workflows/check-latest-release.yml +++ b/.github/workflows/check-latest-release.yml @@ -19,7 +19,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@v7 with: github-token: ${{secrets.GITHUB_TOKEN}} result-encoding: string diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 55135de9a..a4d5ac789 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -26,8 +26,8 @@ jobs: echo "LIFECYCLE_VERSION=$version" >> $GITHUB_ENV - name: Determine download urls for linux-x86-64, linux-arm64, linux-ppc64le, linux-s390x 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@v7 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -116,7 +116,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@v7 with: github-token: ${{secrets.GITHUB_TOKEN}} result-encoding: string