From 365859f1af548b91cc27b9cdb664af18018bb4aa 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:30 +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 980df8d..9d1b0e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: path: "simplificator.netdata_node" - name: Set up Python 3. - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.x"