From 782270c0dd045952c211e405017e31e58f8164a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 09:55:04 -0800 Subject: [PATCH] chore(deps): update actions/setup-go action to v5 (#256) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/lint/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/lint/action.yaml b/.github/actions/lint/action.yaml index b1a4f4b..6fa595e 100644 --- a/.github/actions/lint/action.yaml +++ b/.github/actions/lint/action.yaml @@ -6,7 +6,7 @@ runs: using: composite steps: - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: ">=1.19"