aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2026-08-29 01:01:10 +0000
committerGitHub <noreply@github.com>2026-08-29 01:01:10 +0000
commit205aff644bbe1aadd06051d200b8bb027eb6e620 (patch)
tree2e67a2a8e8bb27e55cbd337e3a4ce195566fec4a /.github/workflows
parent18d6ee9f4eec5a8b5e31eeaa5412d191c1afb742 (diff)
downloadportable-205aff644bbe1aadd06051d200b8bb027eb6e620.tar.gz
portable-205aff644bbe1aadd06051d200b8bb027eb6e620.tar.bz2
portable-205aff644bbe1aadd06051d200b8bb027eb6e620.zip
ci: update vmactions/freebsd-vm action to v1.5.4
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 d457941..987ca9f 100644
--- a/.github/workflows/freebsd.yml
+++ b/.github/workflows/freebsd.yml
@@ -33,7 +33,7 @@ jobs:
33 ./autogen.sh 33 ./autogen.sh
34 34
35 - name: "Build on VM" 35 - name: "Build on VM"
36 uses: vmactions/freebsd-vm@83b151f58c6047089f4c80eb5ba2039d158ce093 # v1.5.3 36 uses: vmactions/freebsd-vm@d0518f912576ae759075aa00fb9fe27037940271 # v1.5.4
37 with: 37 with:
38 release: "${{ env.FREEBSD_VERSION }}" 38 release: "${{ env.FREEBSD_VERSION }}"
39 copyback: false 39 copyback: false
@@ -63,7 +63,7 @@ jobs:
63 ./autogen.sh 63 ./autogen.sh
64 64
65 - name: "Build on VM" 65 - name: "Build on VM"
66 uses: vmactions/freebsd-vm@83b151f58c6047089f4c80eb5ba2039d158ce093 # v1.5.3 66 uses: vmactions/freebsd-vm@d0518f912576ae759075aa00fb9fe27037940271 # v1.5.4
67 with: 67 with:
68 release: "${{ env.FREEBSD_VERSION }}" 68 release: "${{ env.FREEBSD_VERSION }}"
69 copyback: false 69 copyback: false