From 5961743cd4c466624ddad6765fb19db19503f1ec Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Tue, 26 May 2026 19:26:19 +1000 Subject: [PATCH] update vlang/setup-v Pin v 0.5.1 --- .github/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f0ac9ab..865cef1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,14 +27,16 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-24.04, windows-2022, macOS-latest] + os: [ubuntu-24.04, windows-2025, macOS-latest] steps: - name: Checkout repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Setup Vlang - uses: vlang/setup-v@51668e85beab02cce1907b99b6ad039e71d98994 + uses: vlang/setup-v@7ba18b437b1d46ae2ef44e153b7c1a373afc0378 + with: + version: '0c3183c55b39534f9bb0d2f796bb575d39c9d229' # 0.5.1 # - name: Install project dependencies # run: