From c4196c40c1ebf4dfb701c32ae6a8a08af89781d6 Mon Sep 17 00:00:00 2001 From: Erhardt Consulting Bot <183287306+erhardt-consulting-bot@users.noreply.github.com> Date: Fri, 10 Jul 2026 11:30:37 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20actions/setup-py?= =?UTF-8?q?thon=20action=20(v5.6.0=20=E2=86=92=20v6.3.0)?= 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.6.0 | v6.3.0 | --- .github/workflows/deploy-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-artifacts.yml b/.github/workflows/deploy-artifacts.yml index 6d4f60c..a8f0cb2 100644 --- a/.github/workflows/deploy-artifacts.yml +++ b/.github/workflows/deploy-artifacts.yml @@ -62,7 +62,7 @@ jobs: - name: Set up python id: setup-python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 with: python-version: '3.14'