From fade04b260fcafdbdf096cde1d7e70382f33dd87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 22:23:03 +0000 Subject: [PATCH] Update actions/setup-go action to v5 --- .github/workflows/codetests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codetests.yml b/.github/workflows/codetests.yml index 367567a..95215f2 100644 --- a/.github/workflows/codetests.yml +++ b/.github/workflows/codetests.yml @@ -29,7 +29,7 @@ jobs: env: GOOS: ${{ matrix.os }} steps: - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version: stable - uses: actions/checkout@v4