From cee2db61d9fdcc8df5f9e029b5a06fab8d364a14 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Wed, 1 Oct 2025 10:25:36 +0300 Subject: [PATCH] chore(ci): upgrade checkout to v5 --- .github/workflows/tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 3e6b924..c9b8b4b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -17,7 +17,7 @@ jobs: run: sudo snap install golangci-lint --classic - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v5 - name: Setup Golang with cache uses: magnetikonline/action-golang-cache@v5 @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v5 - name: Setup Golang with cache uses: magnetikonline/action-golang-cache@v5 @@ -58,7 +58,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v5 - name: Verify that merging is OK run: |