Skip to content

build(deps): bump cross-platform-actions/action from 0.32.0 to 1.2.0#130

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/develop/cross-platform-actions/action-0.32.0
Closed

build(deps): bump cross-platform-actions/action from 0.32.0 to 1.2.0#130
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/develop/cross-platform-actions/action-0.32.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 23, 2026

Copy link
Copy Markdown
Contributor

Bumps cross-platform-actions/action from 0.32.0 to 1.2.0.

Release notes

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

Cross Platform Action 1.2.0

Added

  • Add support for OpenBSD 7.9 (#144)

Changed

  • Updated QEMU to 10.2.3

Security

  • Bump resources to a release that use immutable releases, providing integrity verification for downloaded artifacts (#147)

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:

... (truncated)

Changelog

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

[1.2.0] - 2026-05-30

Added

  • Add support for OpenBSD 7.9 (#144)

Changed

  • Updated QEMU to 10.2.3

Security

  • Bump resources to a release that use immutable releases, providing integrity verification for downloaded artifacts (#147)

[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:

... (truncated)

Commits
  • be3d7e9 Release 1.2.0
  • 765ea79 Update QEMU to 10.2.3
  • 9812348 Add support for OpenBSD 7.9
  • 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
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 23, 2026
@tkittel

tkittel commented Jun 12, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [cross-platform-actions/action](https://github.com/cross-platform-actions/action) from 0.32.0 to 1.2.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@v0.32.0...v1.2.0)

---
updated-dependencies:
- dependency-name: cross-platform-actions/action
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump cross-platform-actions/action from 0.30.0 to 0.32.0 build(deps): bump cross-platform-actions/action from 0.32.0 to 1.2.0 Jun 12, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/develop/cross-platform-actions/action-0.32.0 branch from f8597cf to 4b02a05 Compare June 12, 2026 06:59
@tkittel

tkittel commented Jun 13, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jun 13, 2026

Copy link
Copy Markdown
Contributor Author

Looks like cross-platform-actions/action is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 13, 2026
@dependabot dependabot Bot deleted the dependabot/github_actions/develop/cross-platform-actions/action-0.32.0 branch June 13, 2026 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant