From e2f662c63a691f87c2f35ba66405ba5a0376f8a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 00:33:15 +0000 Subject: [PATCH] chore: bump actions/setup-python from 6.2.0 to 7.0.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.2.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6.2.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 ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-to-foxycart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-foxycart.yml b/.github/workflows/publish-to-foxycart.yml index d2ceb5ab8..e5fcc6717 100644 --- a/.github/workflows/publish-to-foxycart.yml +++ b/.github/workflows/publish-to-foxycart.yml @@ -50,7 +50,7 @@ jobs: ls -al "$RELEASE_ASSETS_DIR" - name: Set up Python - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v7.0.0 with: python-version: '3.x'