From 27efb48ca41b438330f23e89ada5a5f7bdfc86f2 Mon Sep 17 00:00:00 2001 From: CoreOS Bot Date: Mon, 18 Nov 2024 14:29:25 +0000 Subject: [PATCH] =?UTF-8?q?Sync=20repo=20templates=20=E2=9A=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sync with coreos/repo-templates@9066203af11543b7ec516af8311c7f840264b524. --- .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 f53c151..3ebde0f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -28,7 +28,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Go dependencies run: go get golang.org/x/tools/cmd/cover - name: Check modules