diff --git a/.github/workflows/pypi-dependencies.yml b/.github/workflows/pypi-dependencies.yml index 8635ca890..0966fe304 100644 --- a/.github/workflows/pypi-dependencies.yml +++ b/.github/workflows/pypi-dependencies.yml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.10'