diff --git a/.github/workflows/ci_freebsd.yml b/.github/workflows/ci_freebsd.yml index 26fe7055953..c1754ddd27e 100644 --- a/.github/workflows/ci_freebsd.yml +++ b/.github/workflows/ci_freebsd.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - name: Build and test in FreeBSD id: test - uses: cross-platform-actions/action@v0.20.0 + uses: cross-platform-actions/action@v0.21.1 timeout-minutes: 25 with: operating_system: freebsd diff --git a/.github/workflows/ci_openbsd.yml b/.github/workflows/ci_openbsd.yml index 3560647f6bc..9b5876f25fc 100644 --- a/.github/workflows/ci_openbsd.yml +++ b/.github/workflows/ci_openbsd.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - name: Build and test in OpenBSD id: test - uses: cross-platform-actions/action@v0.10.0 + uses: cross-platform-actions/action@v0.21.1 with: operating_system: openbsd architecture: x86-64