Update checkout action to version 5 and set Go version to stable in test workflow
All checks were successful
Test Workflow / testver (push) Successful in 38s

This commit is contained in:
2025-12-10 22:35:02 +01:00
parent 3278acb8cb
commit cb83e44a9e

View File

@@ -12,12 +12,12 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: '1.25.5'
go-version: 'stable'
- name: Install Tea
run: go install code.gitea.io/tea@latest