From 30c5bc02e358a220f36a1a561dd31654f01e6191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 00:30:00 +0000 Subject: [PATCH] build(deps): bump actions/setup-python from 5.1.0 to 5.3.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.1.0...v5.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pypi-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-dependencies.yml b/.github/workflows/pypi-dependencies.yml index e76a0380e..87e0c21cc 100644 --- a/.github/workflows/pypi-dependencies.yml +++ b/.github/workflows/pypi-dependencies.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5.1.0 + - uses: actions/setup-python@v5.3.0 with: python-version: '3.10'