Skip to content

Commit e4bd062

Browse files
committed
Update V setup action to v1.4 in workflows
Changed the V setup GitHub Action from vlang/setup-v@v1 to vlang/setup-v@v1.4 in both CI and manual release workflows for improved compatibility and stability.
1 parent 938e842 commit e4bd062

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- name: Install V
17-
uses: vlang/setup-v@v1
17+
uses: vlang/setup-v@v1.4
1818
with:
1919
version: weekly.2025.38
2020

.github/workflows/manual-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@v2
4545

4646
- name: Install V
47-
uses: vlang/setup-v@v1
47+
uses: vlang/setup-v@v1.4
4848
with:
4949
version: weekly.2025.38
5050

0 commit comments

Comments
 (0)