From 9dea1f39dc5f4980d15ba6ffeeace39528632870 Mon Sep 17 00:00:00 2001 From: "thegreatgato-renovate[bot]" <260318259+thegreatgato-renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 20:00:51 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e3c9ab..33b9667 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: go-version: ['1.18', '1.26'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-go@v5 with: