From 7f29fed23c2cc802b3394c06b21e01ae5c3734c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20L=C3=BCdtke?= Date: Sat, 9 Mar 2024 16:30:03 +0100 Subject: [PATCH] Use actions/checkout@v4 --- .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 ce9d264d..e548f9c2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: go-version: ^1.22 - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Build run: go get github.com/mat/besticon/...