From 399c8d89cbd22f103ca3582032a34a2d923ce1f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 23:49:45 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/cgo.yml | 2 +- .github/workflows/nocgo.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cgo.yml b/.github/workflows/cgo.yml index ecf4568..d214f4b 100644 --- a/.github/workflows/cgo.yml +++ b/.github/workflows/cgo.yml @@ -21,7 +21,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v6 - name: Install make (Windows) if: runner.os == 'Windows' diff --git a/.github/workflows/nocgo.yml b/.github/workflows/nocgo.yml index 4a45382..76c068f 100644 --- a/.github/workflows/nocgo.yml +++ b/.github/workflows/nocgo.yml @@ -21,7 +21,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v6 - name: Install make (Windows) if: runner.os == 'Windows'