mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
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:
parent
708c73b4ea
commit
2815e38bdf
2 changed files with 6 additions and 6 deletions
6
.github/workflows/freebsd_ci.yml
vendored
6
.github/workflows/freebsd_ci.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Tests on FreeBSD with tcc
|
||||
id: tests-freebsd-tcc
|
||||
uses: cross-platform-actions/action@v0.28.0
|
||||
uses: cross-platform-actions/action@v0.29.0
|
||||
with:
|
||||
operating_system: freebsd
|
||||
version: '14.2'
|
||||
|
@ -56,7 +56,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Tests on FreeBSD with clang
|
||||
id: tests-freebsd-clang
|
||||
uses: cross-platform-actions/action@v0.28.0
|
||||
uses: cross-platform-actions/action@v0.29.0
|
||||
with:
|
||||
operating_system: freebsd
|
||||
version: '14.2'
|
||||
|
@ -82,7 +82,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Tests on FreeBSD with gcc
|
||||
id: tests-freebsd-gcc
|
||||
uses: cross-platform-actions/action@v0.28.0
|
||||
uses: cross-platform-actions/action@v0.29.0
|
||||
with:
|
||||
operating_system: freebsd
|
||||
version: '14.2'
|
||||
|
|
6
.github/workflows/openbsd_ci.yml
vendored
6
.github/workflows/openbsd_ci.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Tests on OpenBSD with tcc
|
||||
id: tests-openbsd-tcc
|
||||
uses: cross-platform-actions/action@v0.28.0
|
||||
uses: cross-platform-actions/action@v0.29.0
|
||||
with:
|
||||
operating_system: openbsd
|
||||
version: '7.7'
|
||||
|
@ -56,7 +56,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Tests on OpenBSD with clang
|
||||
id: tests-openbsd-clang
|
||||
uses: cross-platform-actions/action@v0.28.0
|
||||
uses: cross-platform-actions/action@v0.29.0
|
||||
with:
|
||||
operating_system: openbsd
|
||||
version: '7.7'
|
||||
|
@ -82,7 +82,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Tests on OpenBSD with gcc
|
||||
id: tests-openbsd-gcc
|
||||
uses: cross-platform-actions/action@v0.28.0
|
||||
uses: cross-platform-actions/action@v0.29.0
|
||||
with:
|
||||
operating_system: openbsd
|
||||
version: '7.7'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue