From c2d759aedbb332c169e729c7a89d5025e52101a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 19:47:12 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .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 013a86f..9db0e3e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,7 +18,7 @@ jobs: GO111MODULE: on PROTOC_VER: ${{ matrix.protoc }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v7 with: fetch-depth: 1 path: go/src/github.com/DoNewsCode/truss