ci: bump cross-platform-actions/action from 0.28.0 to 0.29.0 (#24952)

This commit is contained in:
dependabot[bot] 2025-07-23 08:38:36 +03:00 committed by GitHub
parent 708c73b4ea
commit 938f462daf
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'