diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-07-04 00:27:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-04 00:27:39 +0000 |
| commit | 58e99a5fc6c51cd225e09459b2c3b643a4502715 (patch) | |
| tree | dbd3eb09ef442c416084e9f3a74de71c9ac5581b /.github/workflows | |
| parent | f8fde1cf886ebd378c1c830a66ab5de7c317410f (diff) | |
| download | portable-58e99a5fc6c51cd225e09459b2c3b643a4502715.tar.gz portable-58e99a5fc6c51cd225e09459b2c3b643a4502715.tar.bz2 portable-58e99a5fc6c51cd225e09459b2c3b643a4502715.zip | |
ci: update vmactions/freebsd-vm action to v1.5.0
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/freebsd.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 10f97ae..1373dc3 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@b84ab5559b5a1bb4b8ee2737d2506a16e1737636 # v1.4.8 | 34 | uses: vmactions/freebsd-vm@5a72679103d223925653750faa878a143340fbd0 # v1.5.0 |
| 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@b84ab5559b5a1bb4b8ee2737d2506a16e1737636 # v1.4.8 | 61 | uses: vmactions/freebsd-vm@5a72679103d223925653750faa878a143340fbd0 # v1.5.0 |
| 62 | with: | 62 | with: |
| 63 | release: "${{ env.FREEBSD_VERSION }}" | 63 | release: "${{ env.FREEBSD_VERSION }}" |
| 64 | copyback: false | 64 | copyback: false |
