From f543b18cd3bd217b1187db239c3ad38e1a8788d7 Mon Sep 17 00:00:00 2001 From: Pete Cornish Date: Fri, 12 Apr 2024 23:25:21 +0100 Subject: [PATCH] chore(deps): bumps actions/setup-go to v4. --- .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 6d6d2e8..5884c5f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: '1.20.3'