diff --git a/.github/workflows/testing-on-netbsd.yml b/.github/workflows/testing-on-netbsd.yml index 5555eb7dcc..04f4acde3d 100644 --- a/.github/workflows/testing-on-netbsd.yml +++ b/.github/workflows/testing-on-netbsd.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: cross-platform-actions/action@v0.25.0 + - uses: cross-platform-actions/action@v0.26.0 with: operating_system: netbsd version: ${{ matrix.netbsd-version }} diff --git a/.github/workflows/testing-on-openbsd.yml b/.github/workflows/testing-on-openbsd.yml index 66e073aedd..4832b341ce 100644 --- a/.github/workflows/testing-on-openbsd.yml +++ b/.github/workflows/testing-on-openbsd.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: cross-platform-actions/action@v0.25.0 + - uses: cross-platform-actions/action@v0.26.0 with: operating_system: openbsd version: ${{ matrix.openbsd-version }}