From 957ebce33b12966d0283dd2fc2986470ee3c3f1c Mon Sep 17 00:00:00 2001 From: Simplificator Renovate Bot <121604823+simplificator-renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 06:05:11 +0000 Subject: [PATCH] Update actions/setup-python 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 0c0755f..72aa6a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: path: simplificator.netdata_collector - name: Set up Python 3. - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.x