diff --git a/.github/workflows/build-check-freebsd.yml b/.github/workflows/build-check-freebsd.yml index 9d946f4..0956638 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@v0.32.0 + uses: cross-platform-actions/action@v1.0.0 with: operating_system: freebsd version: '15.0' diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index f9559dd..f3e6f33 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@v0.32.0 + uses: cross-platform-actions/action@v1.0.0 env: LDFLAGS: -static -s with: