Skip to content

build(deps): bump the actions group with 2 updates#9657

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions-c5db1ac7a0
Open

build(deps): bump the actions group with 2 updates#9657
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions-c5db1ac7a0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Bumps the actions group with 2 updates: psf/black and cross-platform-actions/action.

Updates psf/black from 26.3.1 to 26.5.1

Release notes

Sourced from psf/black's releases.

26.5.1

Stable style

  • Fix unstable formatting of annotated assignments whose subscript annotation contains an inline comment (e.g. x: list[ # pyright: ignore[...]) (#5130)
  • Preserve inline comments (including # type: ignore) immediately before a # fmt: skip line, avoiding AST equivalence failures (#5139)

Packaging

  • Correct the version in the published executables (#5137)

Documentation

  • Add Neovim integration guide covering conform.nvim, ALE, and simple command approaches (#5124)

26.5.0

Highlights

  • Add support for unpacking in comprehensions (PEP 798) and for lazy imports (PEP 810), both new syntactic features in Python 3.15 (#5048)
  • Python 3.15 is now supported. Compiled wheels are not yet provided for Python 3.15, so performance may be slower than on existing Python versions. Wheels will be provided once Python 3.15 is later in its release cycle. (#5127)

Stable style

  • Fix # fmt: skip being ignored in nested if expressions with parenthesized in clauses (#4903)
  • Add syntactic support for Python 3.15 (#5048)
  • Fix crash when an f-string follows a # fmt: off comment inside brackets (#5097)
  • Preserve multiline compound statement headers when # fmt: skip is placed on the colon line (#5117)

Preview style

  • Improve heuristics around whether blank lines should appear before, within and after groups of same-name decorated functions (such as @overload groups) in .pyi stub files (#5021)
  • Fix blank lines being removed between a function and a decorated class in .pyi stub files (#5092)
  • Prevent string merger from creating unsplittable long lines when a pragma comment (e.g. # type: ignore) follows the closing bracket (#5096)

Packaging

Output

... (truncated)

Changelog

Sourced from psf/black's changelog.

Change Log

Unreleased

  • Add support for NO_COLOR environment variable to disable ANSI output (#5129)

Highlights

Stable style

Preview style

Configuration

Packaging

Parser

Performance

Output

Blackd

Integrations

Documentation

... (truncated)

Commits

Updates cross-platform-actions/action from 1.0.0 to 1.1.0

Release notes

Sourced from cross-platform-actions/action's releases.

Cross Platform Action 1.1.0

Added

  • Add support for DragonFly BSD (#19)

  • Add support for MidnightBSD (#102)

  • Add support for FreeBSD 14.4 (#122)

  • Add support for OmniOS r151058

  • New syntax for multiple steps (#83). Instead of invoking the action multiple times it's now possible to use a custom shell when running commands:

    jobs:
      custom-shell:
        runs-on: ubuntu-latest
        defaults:
          run:
            shell: cpa.sh {0}
    steps:
      - name: Start VM
        uses: cross-platform-actions/action@master
        with:
          operating_system: freebsd
          architecture: x86-64
          version: '15.0'
    
    name: Run command using custom shell
    run: '[ "uname" = FreeBSD ]'

Each custom-shell step automatically synchronizes files in both directions: runner-to-vm before the step runs and vm-to-runner after. Pass --sync-files DIRECTION after the file argument to change this (both (default), none (skip sync), runner-to-vm, or vm-to-runner), or use cpa.sh --sync-files standalone to sync on demand without running a command:

- name: Sync files from runner to VM
  run: cpa.sh --sync-files runner-to-vm
  • Reboot mode for rebooting the VM and waiting for it to come back up (#103, #118). cpa.sh --reboot issues the reboot and blocks until the VM is reachable again:

  • ... (truncated)

    Changelog

    Sourced from cross-platform-actions/action's changelog.

    [1.1.0] - 2026-05-17

    Added

    • Add support for DragonFly BSD (#19)

    • Add support for MidnightBSD (#102)

    • Add support for FreeBSD 14.4 (#122)

    • Add support for OmniOS r151058

    • New syntax for multiple steps (#83). Instead of invoking the action multiple times it's now possible to use a custom shell when running commands:

      jobs:
        custom-shell:
          runs-on: ubuntu-latest
          defaults:
            run:
              shell: cpa.sh {0}
      steps:
        - name: Start VM
          uses: cross-platform-actions/action@master
          with:
            operating_system: freebsd
            architecture: x86-64
            version: '15.0'
      
      name: Run command using custom shell
      run: '[ "uname" = FreeBSD ]'

    Each custom-shell step automatically synchronizes files in both directions: runner-to-vm before the step runs and vm-to-runner after. Pass --sync-files DIRECTION after the file argument to change this (both (default), none (skip sync), runner-to-vm, or vm-to-runner), or use cpa.sh --sync-files standalone to sync on demand without running a command:

    - name: Sync files from runner to VM
      run: cpa.sh --sync-files runner-to-vm
  • Reboot mode for rebooting the VM and waiting for it to come back up (#103, #118). cpa.sh --reboot issues the reboot and blocks until the VM is reachable again:

  • ... (truncated)

    Commits
    • 0c165ad Release 1.1.0
    • bb94c5d Fix changelog
    • 2eb6142 Add GitHub workflow to bump major tag
    • 4b08909 Replace bin/release script with relog
    • 42c3f65 Replace custom actions with gh command when creating release
    • be918f2 Add specific setup for Act
    • d563b91 Add default arguments for Act
    • 35699a6 Deprecated the shutdown_vm action parameter
    • 9abc18f Replace usage of run parameter with custom shell
    • 872f069 New syntax for multiple steps
    • Additional commits viewable in compare view

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
    • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
    • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
    • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
    • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
    • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

    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](psf/black@c6755bb...87928e6)
    
    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](cross-platform-actions/action@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] <support@github.com>
    @dependabot dependabot Bot added dependencies github_actions Pull requests that update GitHub Actions code labels May 19, 2026
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    dependencies github_actions Pull requests that update GitHub Actions code

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    0 participants