|
From: <sv...@op...> - 2025-11-28 20:30:21
|
Author: manx Date: Fri Nov 28 21:30:07 2025 New Revision: 24526 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=24526 Log: Merged revision(s) 24525 from trunk/OpenMPT: [Ref] build: CI: GitHub: vmactions: DragonFlyBSD: Update action to v1.1.3. ........ Modified: branches/OpenMPT-1.32/ (props changed) branches/OpenMPT-1.32/.github/workflows/DragonFlyBSD-Autotools.yml branches/OpenMPT-1.32/.github/workflows/DragonFlyBSD-Makefile.yml Modified: branches/OpenMPT-1.32/.github/workflows/DragonFlyBSD-Autotools.yml ============================================================================== --- branches/OpenMPT-1.32/.github/workflows/DragonFlyBSD-Autotools.yml Fri Nov 28 21:29:43 2025 (r24525) +++ branches/OpenMPT-1.32/.github/workflows/DragonFlyBSD-Autotools.yml Fri Nov 28 21:30:07 2025 (r24526) @@ -24,7 +24,7 @@ - name: Checkout uses: actions/checkout@v4 - name: Build and Test - uses: vmactions/dragonflybsd-vm@v1.1.0 + uses: vmactions/dragonflybsd-vm@v1.1.3 env: LANG: ${{matrix.lang}} with: Modified: branches/OpenMPT-1.32/.github/workflows/DragonFlyBSD-Makefile.yml ============================================================================== --- branches/OpenMPT-1.32/.github/workflows/DragonFlyBSD-Makefile.yml Fri Nov 28 21:29:43 2025 (r24525) +++ branches/OpenMPT-1.32/.github/workflows/DragonFlyBSD-Makefile.yml Fri Nov 28 21:30:07 2025 (r24526) @@ -28,7 +28,7 @@ - name: Checkout uses: actions/checkout@v4 - name: Build and Test - uses: vmactions/dragonflybsd-vm@v1.1.0 + uses: vmactions/dragonflybsd-vm@v1.1.3 env: LANG: ${{matrix.lang}} with: |