aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2026-08-09 05:06:08 +0000
committerGitHub <noreply@github.com>2026-08-09 05:06:08 +0000
commitb6be4f08fc83e11c8cae4b97ce2a5c90e9076883 (patch)
tree59b2f7045cfdcd054d4c61b0cdac6ef7e230ece1 /.github/workflows
parent8430c1d169b83d5bfef4651e4bdacc8925dce2d1 (diff)
downloadportable-b6be4f08fc83e11c8cae4b97ce2a5c90e9076883.tar.gz
portable-b6be4f08fc83e11c8cae4b97ce2a5c90e9076883.tar.bz2
portable-b6be4f08fc83e11c8cae4b97ce2a5c90e9076883.zip
ci: update vmactions/freebsd-vm action to v1.5.3
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 4e38efd..b0f8390 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@77ed28d336d03fe19a3f4f7266c1d2c4714dd79d # v1.5.2 34 uses: vmactions/freebsd-vm@83b151f58c6047089f4c80eb5ba2039d158ce093 # v1.5.3
35 with: 35 with:
36 release: "${{ env.FREEBSD_VERSION }}" 36 release: "${{ env.FREEBSD_VERSION }}"
37 copyback: false 37 copyback: false
@@ -59,7 +59,7 @@ jobs:
59 ./autogen.sh 59 ./autogen.sh
60 60
61 - name: "Build on VM" 61 - name: "Build on VM"
62 uses: vmactions/freebsd-vm@77ed28d336d03fe19a3f4f7266c1d2c4714dd79d # v1.5.2 62 uses: vmactions/freebsd-vm@83b151f58c6047089f4c80eb5ba2039d158ce093 # v1.5.3
63 with: 63 with:
64 release: "${{ env.FREEBSD_VERSION }}" 64 release: "${{ env.FREEBSD_VERSION }}"
65 copyback: false 65 copyback: false