diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2778043e..151a1e13 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: python -m build - name: Publish - uses: pypa/gh-action-pypi-publish@v1.12.2 + uses: pypa/gh-action-pypi-publish@v1.12.4 with: user: __token__ password: ${{ secrets.PYPI_KEY }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1428b105..cfc0f155 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -74,7 +74,7 @@ jobs: # Disabled for now with false && - name: Upload to Codecov if: false && matrix.os == 'ubuntu-latest' && matrix.python-version == 3.9 && matrix.sphinx == '~=7.0' && github.repository == 'executablebooks/sphinx-book-theme' && github.event_name == 'pull_request' - uses: codecov/codecov-action@v5.0.7 + uses: codecov/codecov-action@v5.3.1 with: name: ebp-sbt-pytests-py3.7 flags: pytests