From 291baf66426f3d96d53cc708e1006f253312bc40 Mon Sep 17 00:00:00 2001 From: Erhardt Consulting Bot <183287306+erhardt-consulting-bot@users.noreply.github.com> Date: Thu, 22 Jan 2026 04:10:52 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20actions/setup-py?= =?UTF-8?q?thon=20action=20(v5=20=E2=86=92=20v6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | -------------------- | ---- | -- | | github-tags | actions/setup-python | v5 | v6 | --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 32e31e0..4d94f0f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Set up Python 3.11 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: python-version: '3.14'