From b6d112762c7c4a016df2ab8900ef1dc2f8885ac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 00:33:14 +0000 Subject: [PATCH] chore: bump actions/setup-python from 6.2.0 to 6.3.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..bdda0465d 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@v6.3.0 with: python-version: '3.x'