diff --git a/.github/workflows/freebsd_ci.yml b/.github/workflows/freebsd_ci.yml index c2ae855ff2..da54fc41bc 100644 --- a/.github/workflows/freebsd_ci.yml +++ b/.github/workflows/freebsd_ci.yml @@ -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' diff --git a/.github/workflows/openbsd_ci.yml b/.github/workflows/openbsd_ci.yml index 3f8badc064..1fa074ff5f 100644 --- a/.github/workflows/openbsd_ci.yml +++ b/.github/workflows/openbsd_ci.yml @@ -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'