diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-08-12 02:19:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-12 02:19:50 +0000 |
commit | 94e31172481f30389d32a328cd3ff0cb57a27e09 (patch) | |
tree | 0a7b73952241fbfea12b59cda94a6b10a29a4556 /.github | |
parent | 1bae72d2b5bbbf7d71b1ff9a1f88fbe560d9b7ba (diff) | |
download | bfs-94e31172481f30389d32a328cd3ff0cb57a27e09.tar.xz |
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>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8647e2b..d3fc8c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,7 @@ jobs: - uses: actions/checkout@v4 - name: Run tests - uses: cross-platform-actions/action@v0.28.0 + uses: cross-platform-actions/action@v0.29.0 with: operating_system: freebsd version: "14.2" @@ -133,7 +133,7 @@ jobs: - uses: actions/checkout@v4 - name: Run tests - uses: cross-platform-actions/action@v0.28.0 + uses: cross-platform-actions/action@v0.29.0 with: operating_system: openbsd version: "7.7" @@ -162,7 +162,7 @@ jobs: - uses: actions/checkout@v4 - name: Run tests - uses: cross-platform-actions/action@v0.28.0 + uses: cross-platform-actions/action@v0.29.0 with: operating_system: netbsd version: "10.1" |