build(deps): bump cross-platform-actions/action from 0.28.0 to 0.29.0

Bumps [cross-platform-actions/action](https://github.com/cross-platform-actions/action) from 0.28.0 to 0.29.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/v0.28.0...v0.29.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-07-23 02:26:26 +00:00 committed by GitHub
parent 708c73b4ea
commit 2815e38bdf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Tests on FreeBSD with tcc - name: Tests on FreeBSD with tcc
id: tests-freebsd-tcc id: tests-freebsd-tcc
uses: cross-platform-actions/action@v0.28.0 uses: cross-platform-actions/action@v0.29.0
with: with:
operating_system: freebsd operating_system: freebsd
version: '14.2' version: '14.2'
@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Tests on FreeBSD with clang - name: Tests on FreeBSD with clang
id: tests-freebsd-clang id: tests-freebsd-clang
uses: cross-platform-actions/action@v0.28.0 uses: cross-platform-actions/action@v0.29.0
with: with:
operating_system: freebsd operating_system: freebsd
version: '14.2' version: '14.2'
@ -82,7 +82,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Tests on FreeBSD with gcc - name: Tests on FreeBSD with gcc
id: tests-freebsd-gcc id: tests-freebsd-gcc
uses: cross-platform-actions/action@v0.28.0 uses: cross-platform-actions/action@v0.29.0
with: with:
operating_system: freebsd operating_system: freebsd
version: '14.2' version: '14.2'

View file

@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Tests on OpenBSD with tcc - name: Tests on OpenBSD with tcc
id: tests-openbsd-tcc id: tests-openbsd-tcc
uses: cross-platform-actions/action@v0.28.0 uses: cross-platform-actions/action@v0.29.0
with: with:
operating_system: openbsd operating_system: openbsd
version: '7.7' version: '7.7'
@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Tests on OpenBSD with clang - name: Tests on OpenBSD with clang
id: tests-openbsd-clang id: tests-openbsd-clang
uses: cross-platform-actions/action@v0.28.0 uses: cross-platform-actions/action@v0.29.0
with: with:
operating_system: openbsd operating_system: openbsd
version: '7.7' version: '7.7'
@ -82,7 +82,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Tests on OpenBSD with gcc - name: Tests on OpenBSD with gcc
id: tests-openbsd-gcc id: tests-openbsd-gcc
uses: cross-platform-actions/action@v0.28.0 uses: cross-platform-actions/action@v0.29.0
with: with:
operating_system: openbsd operating_system: openbsd
version: '7.7' version: '7.7'