From 23c466fb711b823f138681945dca6b0b3a5504f7 Mon Sep 17 00:00:00 2001 From: CrazyFrog Date: Mon, 11 Aug 2025 22:22:45 +0200 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 13f97898bb..f714b9918d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: name: Lint runs-on: self-hosted-ghr steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: false @@ -44,7 +44,7 @@ jobs: - '1.24' - '1.23' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true