From 0e80f022338dcae4c30a8af0840793b025e6ff23 Mon Sep 17 00:00:00 2001 From: Ville Valkonen Date: Mon, 23 Jun 2025 21:21:24 +0300 Subject: [PATCH] Update checkout and setup-go versions. Signed-off-by: Ville Valkonen --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 69831ef..20bdf78 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,10 +20,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version-file: "go.mod"