From 31a3af479b7a8d02116c98a2edef4f0a7e611992 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 21:45:27 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps)!:=20update=20actions/setup-python?= =?UTF-8?q?=20(v5=20=E2=86=92=20v6)=20(#29)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/generate-listings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-listings.yml b/.github/workflows/generate-listings.yml index c0c7b5e..5f7f003 100644 --- a/.github/workflows/generate-listings.yml +++ b/.github/workflows/generate-listings.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: python-version: '3.12'