diff --git a/.github/workflows/build-check-freebsd.yml b/.github/workflows/build-check-freebsd.yml index 44b4ccc..f01277d 100644 --- a/.github/workflows/build-check-freebsd.yml +++ b/.github/workflows/build-check-freebsd.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v6 - name: Build and test - uses: cross-platform-actions/action@v1.2.0 + uses: cross-platform-actions/action@v1.3.0 with: operating_system: freebsd version: '15.0' diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 02d4a0b..a7d39c9 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -168,7 +168,7 @@ jobs: - uses: actions/checkout@v6 - name: Build on FreeBSD - uses: cross-platform-actions/action@v1.2.0 + uses: cross-platform-actions/action@v1.3.0 env: LDFLAGS: -static -s with: