From 258bad78f0e390ef212ec4b938eda40f87df55e9 Mon Sep 17 00:00:00 2001 From: Darya <127833442+defiberrys@users.noreply.github.com> Date: Thu, 21 Aug 2025 14:53:28 +0300 Subject: [PATCH] chore: update GitHub actions in CI workflows --- .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 2ff47ce042..22e0454bb6 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.25' - '1.24' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true