From 483798d79f385150feee8a632ea1e70fcb5800ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 18:26:00 +0000 Subject: [PATCH] build(deps): bump the actions group with 2 updates Bumps the actions group with 2 updates: [psf/black](https://github.com/psf/black) and [cross-platform-actions/action](https://github.com/cross-platform-actions/action). Updates `psf/black` from 26.3.1 to 26.5.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/c6755bb741b6481d6b3d3bb563c83fa060db96c9...87928e6d6761a4a6d22250e1fee5601b3998086e) Updates `cross-platform-actions/action` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/cross-platform-actions/action/releases) - [Changelog](https://github.com/cross-platform-actions/action/blob/master/changelog.md) - [Commits](https://github.com/cross-platform-actions/action/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: psf/black dependency-version: 26.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: cross-platform-actions/action dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/black.yaml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/black.yaml b/.github/workflows/black.yaml index 082c132fa6..d44f76be02 100644 --- a/.github/workflows/black.yaml +++ b/.github/workflows/black.yaml @@ -25,6 +25,6 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@v6 - - uses: psf/black@c6755bb741b6481d6b3d3bb563c83fa060db96c9 # 26.3.1 + - uses: psf/black@87928e6d6761a4a6d22250e1fee5601b3998086e # 26.5.1 with: version: "~= 24.0" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8317c0a638..464ad960e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -423,7 +423,7 @@ jobs: - name: Test on ${{ matrix.display_name }} id: cross_os - uses: cross-platform-actions/action@v1.0.0 + uses: cross-platform-actions/action@v1.1.0 env: DO_BINARIES: ${{ matrix.do_binaries }} with: