aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2026-06-27 11:40:38 +0200
committerTheo Buehler <tb@openbsd.org>2026-06-27 11:40:38 +0200
commitf8fde1cf886ebd378c1c830a66ab5de7c317410f (patch)
treeea64652c91585a68d4f8304c43ff41f9f0310ec2 /.github/workflows
parent4af7f675cb1fdd4a8e91eb115a89e0fee628be4e (diff)
parentd85fe21b8edb568a17e77daac2f9c7a5078091e0 (diff)
downloadportable-f8fde1cf886ebd378c1c830a66ab5de7c317410f.tar.gz
portable-f8fde1cf886ebd378c1c830a66ab5de7c317410f.tar.bz2
portable-f8fde1cf886ebd378c1c830a66ab5de7c317410f.zip
Land #1311 - Update FreeBSD VM
Diffstat (limited to '.github/workflows')
-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 ea53160..10f97ae 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@a6de9343ef5747433d9c25784c90e84998b9d69a # v1.4.6 34 uses: vmactions/freebsd-vm@b84ab5559b5a1bb4b8ee2737d2506a16e1737636 # v1.4.8
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@a6de9343ef5747433d9c25784c90e84998b9d69a # v1.4.6 61 uses: vmactions/freebsd-vm@b84ab5559b5a1bb4b8ee2737d2506a16e1737636 # v1.4.8
62 with: 62 with:
63 release: "${{ env.FREEBSD_VERSION }}" 63 release: "${{ env.FREEBSD_VERSION }}"
64 copyback: false 64 copyback: false