|
From: <sv...@op...> - 2025-11-28 20:29:50
|
Author: manx Date: Fri Nov 28 21:29:43 2025 New Revision: 24525 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=24525 Log: [Ref] build: CI: GitHub: vmactions: DragonFlyBSD: Update action to v1.1.3. Modified: trunk/OpenMPT/.github/workflows/DragonFlyBSD-Autotools.yml trunk/OpenMPT/.github/workflows/DragonFlyBSD-Makefile.yml Modified: trunk/OpenMPT/.github/workflows/DragonFlyBSD-Autotools.yml ============================================================================== --- trunk/OpenMPT/.github/workflows/DragonFlyBSD-Autotools.yml Fri Nov 28 21:28:36 2025 (r24524) +++ trunk/OpenMPT/.github/workflows/DragonFlyBSD-Autotools.yml Fri Nov 28 21:29:43 2025 (r24525) @@ -26,7 +26,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: trunk/OpenMPT/.github/workflows/DragonFlyBSD-Makefile.yml ============================================================================== --- trunk/OpenMPT/.github/workflows/DragonFlyBSD-Makefile.yml Fri Nov 28 21:28:36 2025 (r24524) +++ trunk/OpenMPT/.github/workflows/DragonFlyBSD-Makefile.yml Fri Nov 28 21:29:43 2025 (r24525) @@ -30,7 +30,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: |