From 3799265deeccf8da624066e28daba6eb3f934fe5 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 00:44:14 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v6.2.0 | datasource | package | from | to | | ----------- | -------------------- | ------ | ------ | | github-tags | actions/setup-python | v6.0.0 | v6.2.0 | --- .github/workflows/rigging_pr_description.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rigging_pr_description.yaml b/.github/workflows/rigging_pr_description.yaml index 074a08e..479e208 100644 --- a/.github/workflows/rigging_pr_description.yaml +++ b/.github/workflows/rigging_pr_description.yaml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 # full history for proper diffing - name: Set up Python - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: "3.10"