From bde2287ffdd844133dff92df7798a52c30257282 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:25:48 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb27c7d..8ed4d3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: # For GitHub Comment Reporter # https://megalinter.io/latest/reporters/GitHubCommentReporter/ steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 # MegaLinter - name: MegaLinter @@ -66,7 +66,7 @@ jobs: - "1.23" - "1.24" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup Go ${{ matrix.go-version }} uses: actions/setup-go@v5