From 66a0c6f090cb3566439c2964d00b6fd142e838f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 03:28:36 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/go-ci.yml | 2 +- .github/workflows/scip.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-ci.yml b/.github/workflows/go-ci.yml index 7a027f7..b774b36 100644 --- a/.github/workflows/go-ci.yml +++ b/.github/workflows/go-ci.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: submodules: recursive - name: Set up Go diff --git a/.github/workflows/scip.yml b/.github/workflows/scip.yml index d876448..50a0612 100644 --- a/.github/workflows/scip.yml +++ b/.github/workflows/scip.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest container: sourcegraph/scip-go steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v7 - name: Get src-cli run: curl -L https://sourcegraph.com/.api/src-cli/src_linux_amd64 -o /usr/local/bin/src; chmod +x /usr/local/bin/src