From 7fa953bad39f03bc29db49c90ea770b3b6574afa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 07:45:17 +0000 Subject: [PATCH] ci(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [softprops/action-gh-release](https://github.com/softprops/action-gh-release) and [actions/github-script](https://github.com/actions/github-script). Updates `softprops/action-gh-release` from 2 to 3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3) 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: github-actions - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/dependency-pr-hygiene.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cd02596..1082eaf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,6 +66,6 @@ jobs: path: release - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: release/* diff --git a/.github/workflows/dependency-pr-hygiene.yml b/.github/workflows/dependency-pr-hygiene.yml index f81ac9a..549550e 100644 --- a/.github/workflows/dependency-pr-hygiene.yml +++ b/.github/workflows/dependency-pr-hygiene.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Close superseded dependency PRs - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const owner = context.repo.owner;