From 427bad36a02d4d2c327cdffc65e6c4a42dab7144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 01:14:43 +0000 Subject: [PATCH] Bump actions/setup-python from 6.3.0 to 7.0.0 in the actions group Bumps the actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 6.3.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6.3.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/project-page-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/project-page-pull-request.yml b/.github/workflows/project-page-pull-request.yml index cad53995f..3c756e366 100644 --- a/.github/workflows/project-page-pull-request.yml +++ b/.github/workflows/project-page-pull-request.yml @@ -183,7 +183,7 @@ jobs: run: | cat ${{ runner.temp }}/template-data.json - - uses: actions/setup-python@v6.3.0 + - uses: actions/setup-python@v7.0.0 with: python-version: "3.x"