From 8c93a485f7f8a0a419df223ea4fcd02030b0671f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 10:09:19 +0000 Subject: [PATCH] chore(deps): update vmactions/netbsd-vm action to v1.3.8 --- .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 7321fff4..41697f34 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@ca7ff0556959998c82761c34ea0c3c99fa084c48 # v1.3.7 + uses: vmactions/netbsd-vm@eb3ba840926911ccf17dc9de235335cb27a02ba0 # v1.3.8 with: arch: ${{ matrix.arch }} release: ${{ matrix.version }} diff --git a/.github/workflows/continuous-build-netbsd.yml b/.github/workflows/continuous-build-netbsd.yml index 77ae230a..560b059c 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@ca7ff0556959998c82761c34ea0c3c99fa084c48 # v1.3.7 + uses: vmactions/netbsd-vm@eb3ba840926911ccf17dc9de235335cb27a02ba0 # v1.3.8 with: release: '10.1'