From 3781f8e09205e0be1105750766d9702baef3f294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 21:05:52 +0000 Subject: [PATCH] ci: bump the actions-deps group with 2 updates Bumps the actions-deps group with 2 updates: [actions/github-script](https://github.com/actions/github-script) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). 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) 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) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/CI_Labels.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI_Labels.yml b/.github/workflows/CI_Labels.yml index 5c13f2f6..2cea5b65 100644 --- a/.github/workflows/CI_Labels.yml +++ b/.github/workflows/CI_Labels.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check PR Labels - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const VALID_LABELS_MESSAGE = 'Success! PR has valid labels.' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1532a670..2f0d232e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,7 +34,7 @@ jobs: python -c 'print(open("CHANGELOG.md").read().split("## ")[1])' > ${{ github.workflow }}-CHANGELOG.md cat ${{ github.workflow }}-CHANGELOG.md - name: Release with Artifacts - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: | BuildingSync.xsd