mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
ci: bump cross-platform-actions/action from 0.28.0 to 0.29.0 (#24952)
This commit is contained in:
parent
708c73b4ea
commit
938f462daf
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