diff --git a/.github/workflows/PyPI.yaml b/.github/workflows/PyPI.yaml index fd483fd6..d411d6cc 100644 --- a/.github/workflows/PyPI.yaml +++ b/.github/workflows/PyPI.yaml @@ -22,7 +22,7 @@ jobs: # sets the step outputs package_directory and package_name id: package_details run: ./.github/workflows/PyPI-scripts/extract-package-details-from-tag.sh - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.10"