diff --git a/.github/workflows/black-and-deploy.yml b/.github/workflows/black-and-deploy.yml index d41db3e7..35581aa2 100644 --- a/.github/workflows/black-and-deploy.yml +++ b/.github/workflows/black-and-deploy.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 with: # https://github.com/stefanzweifel/git-auto-commit-action#checkout-the-correct-branch ref: ${{ github.head_ref }} - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 - run: pip install black - run: black --check . - name: If needed, commit black changes to a new pull request diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11387c51..50674f9d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/pypi_upload.yml b/.github/workflows/pypi_upload.yml index ed434bd8..761c7afe 100644 --- a/.github/workflows/pypi_upload.yml +++ b/.github/workflows/pypi_upload.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - name: Set up latest Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "*"