From fc651113051010155fd3afc4ca9e9ac1632eb614 Mon Sep 17 00:00:00 2001 From: Brett Vickers Date: Sun, 28 Apr 2024 11:55:00 -0700 Subject: [PATCH] Fix github actions checkout action version number --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f4507ab..1cdf3e2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: go-version: [ '1.13', '1.21', '1.22.x' ] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v4 - name: Setup Go ${{ matrix.go-version }} uses: actions/setup-go@v5