From 8f662930bb5691ec9611a057bc33e405cd1ec6fc Mon Sep 17 00:00:00 2001 From: Michael Hanselmann Date: Mon, 5 Feb 2024 16:49:44 +0100 Subject: [PATCH] Switch to versioned workflow for go test --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1aeb521..60d3bc8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ permissions: jobs: test: - uses: hansmi/ghactions-go-test-workflow/.github/workflows/test.yaml@stable + uses: hansmi/ghactions-go-test-workflow/.github/workflows/test.yaml@v0.1 with: runs-on: ubuntu-latest