From 78d3fdf372202932d4ebd6cff5cf1908d05dfa2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 10:04:26 +0000 Subject: [PATCH] Update actions/setup-python action to v7 --- .github/workflows/build-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-website.yml b/.github/workflows/build-website.yml index 6c2671d7..9f3b6a95 100644 --- a/.github/workflows/build-website.yml +++ b/.github/workflows/build-website.yml @@ -29,7 +29,7 @@ jobs: java-version: ${{ env.JDK_VERSION }} cache: gradle - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: 3.x - name: Set up Gradle