From a354d7493a45fec40ac73b4370dad52d8ba6a7d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:09:44 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .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..097f0bb 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@v5 # MegaLinter - name: MegaLinter @@ -66,7 +66,7 @@ jobs: - "1.23" - "1.24" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup Go ${{ matrix.go-version }} uses: actions/setup-go@v5