From 3694929ba04e910c14f8ba2649ded34aa6deada9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 18:53:52 +0000 Subject: [PATCH] ci: bump the actions-deps group across 1 directory with 4 updates Bumps the actions-deps group with 4 updates in the / directory: [actions/github-script](https://github.com/actions/github-script), [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache) 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 `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) 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: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/cache dependency-version: '6' 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/ci.yml | 6 +++--- .github/workflows/publish.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 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/ci.yml b/.github/workflows/ci.yml index 2f5014cc..a6cbef78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: "3.11" @@ -20,7 +20,7 @@ jobs: virtualenvs-in-project: true - name: Load cached venv id: cached-poetry-dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .venv key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }} @@ -33,7 +33,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: ruby-version: 2.7.2 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1532a670..1969241f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: ruby-version: 2.7.2 @@ -17,7 +17,7 @@ jobs: - name: Test run: bundle exec rake - name: Checkout xs3p - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: macintoshpie/xs3p path: xs3p @@ -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