From 106d4733fe4aaa516a8ba96e51ab0842ad2d3f7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Jun 2025 21:49:31 -0700 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Pin=20python=20to=203.13.5?= =?UTF-8?q?=20(#1181)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/deploy-webapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-webapp.yml b/.github/workflows/deploy-webapp.yml index f0dedea3..e52963b0 100644 --- a/.github/workflows/deploy-webapp.yml +++ b/.github/workflows/deploy-webapp.yml @@ -35,7 +35,7 @@ jobs: - name: Set Up Python uses: actions/setup-python@v5 with: - python-version: 3.x + python-version: 3.13.5 - name: Install Dependencies run: |