From 8f23b3f87a851bdfe7bb13e70116ffc7d3dccd91 Mon Sep 17 00:00:00 2001 From: Simplificator Renovate Bot <121604823+simplificator-renovate[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 06:05:09 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .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 0c0755f..167379d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Check out the codebase. - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: simplificator.netdata_collector