aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2026-06-06 05:11:21 +0000
committerGitHub <noreply@github.com>2026-06-06 05:11:21 +0000
commit4a08685482513d08e962512e5c2f1d0135cea78d (patch)
treed1ab114058291cee1f36eaa5618a1833098c3a0c
parent258a890b30f3fcbad0c589a2bbee363c365bc1a2 (diff)
downloadportable-4a08685482513d08e962512e5c2f1d0135cea78d.tar.gz
portable-4a08685482513d08e962512e5c2f1d0135cea78d.tar.bz2
portable-4a08685482513d08e962512e5c2f1d0135cea78d.zip
ci: update vmactions/freebsd-vm action to v1.4.6
-rw-r--r--.github/workflows/freebsd.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml
index cce0f33..f227391 100644
--- a/.github/workflows/freebsd.yml
+++ b/.github/workflows/freebsd.yml
@@ -31,7 +31,7 @@ jobs:
31 ./autogen.sh 31 ./autogen.sh
32 32
33 - name: "Build on VM" 33 - name: "Build on VM"
34 uses: vmactions/freebsd-vm@d1e65811565151536c0c894fff74f06351ed26e6 # v1.4.5 34 uses: vmactions/freebsd-vm@a6de9343ef5747433d9c25784c90e84998b9d69a # v1.4.6
35 with: 35 with:
36 release: "${{ env.FREEBSD_VERSION }}" 36 release: "${{ env.FREEBSD_VERSION }}"
37 copyback: false 37 copyback: false
@@ -58,7 +58,7 @@ jobs:
58 ./autogen.sh 58 ./autogen.sh
59 59
60 - name: "Build on VM" 60 - name: "Build on VM"
61 uses: vmactions/freebsd-vm@d1e65811565151536c0c894fff74f06351ed26e6 # v1.4.5 61 uses: vmactions/freebsd-vm@a6de9343ef5747433d9c25784c90e84998b9d69a # v1.4.6
62 with: 62 with:
63 release: "${{ env.FREEBSD_VERSION }}" 63 release: "${{ env.FREEBSD_VERSION }}"
64 copyback: false 64 copyback: false