aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2026-08-29 07:37:12 +0000
committerGitHub <noreply@github.com>2026-08-29 07:37:12 +0000
commitd8945e54ccfe1f728188a6bc0e30466d7357aa30 (patch)
tree01e5db75e7654de177ae9fbd5e47298ed985981e
parentb4f65f728b7ff48f53b5876212e85fadc4ac90c5 (diff)
downloadportable-d8945e54ccfe1f728188a6bc0e30466d7357aa30.tar.gz
portable-d8945e54ccfe1f728188a6bc0e30466d7357aa30.tar.bz2
portable-d8945e54ccfe1f728188a6bc0e30466d7357aa30.zip
ci: update vmactions/freebsd-vm action to v1.5.5
-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 987ca9f..ecf705e 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@d0518f912576ae759075aa00fb9fe27037940271 # v1.5.4 36 uses: vmactions/freebsd-vm@f0552d3b69211736abd97f02ff3d4674c56b73b1 # v1.5.5
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@d0518f912576ae759075aa00fb9fe27037940271 # v1.5.4 66 uses: vmactions/freebsd-vm@f0552d3b69211736abd97f02ff3d4674c56b73b1 # v1.5.5
67 with: 67 with:
68 release: "${{ env.FREEBSD_VERSION }}" 68 release: "${{ env.FREEBSD_VERSION }}"
69 copyback: false 69 copyback: false