From 20d665608bd4e4f9673285b48dda0815a644d3bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 17:39:36 +0000 Subject: [PATCH] chore(deps): update vmactions/netbsd-vm action to v1.4.4 --- .github/workflows/cmake-netbsd.yml | 2 +- .github/workflows/continuous-build-netbsd.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-netbsd.yml b/.github/workflows/cmake-netbsd.yml index cf868ff..7082a26 100644 --- a/.github/workflows/cmake-netbsd.yml +++ b/.github/workflows/cmake-netbsd.yml @@ -43,7 +43,7 @@ jobs: persist-credentials: false - name: Compile - uses: vmactions/netbsd-vm@fac0a63f3e5244c600cb9ca532d27ee774ecdb4b # v1.4.3 + uses: vmactions/netbsd-vm@bf34bcd909bb50856f934a67d09a8fbe2b966a1b # v1.4.4 with: arch: ${{ matrix.arch }} release: ${{ matrix.version }} diff --git a/.github/workflows/continuous-build-netbsd.yml b/.github/workflows/continuous-build-netbsd.yml index 800f987..d9b6218 100644 --- a/.github/workflows/continuous-build-netbsd.yml +++ b/.github/workflows/continuous-build-netbsd.yml @@ -45,7 +45,7 @@ jobs: persist-credentials: false - name: Compile - uses: vmactions/netbsd-vm@fac0a63f3e5244c600cb9ca532d27ee774ecdb4b # v1.4.3 + uses: vmactions/netbsd-vm@bf34bcd909bb50856f934a67d09a8fbe2b966a1b # v1.4.4 with: release: '10.1'