From 40f7c41fc7a32cb428e1195c86fa156d8a23ce36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:59:20 -0800 Subject: [PATCH] Build(deps): Bump the actions group with 3 updates (#876) Bumps the actions group with 3 updates: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [treosh/lighthouse-ci-action](https://github.com/treosh/lighthouse-ci-action). Updates `pypa/gh-action-pypi-publish` from 1.10.0 to 1.12.2 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.10.0...v1.12.2) Updates `codecov/codecov-action` from 3.1.4 to 5.0.7 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3.1.4...v5.0.7) Updates `treosh/lighthouse-ci-action` from 10.1.0 to 12.1.0 - [Release notes](https://github.com/treosh/lighthouse-ci-action/releases) - [Commits](https://github.com/treosh/lighthouse-ci-action/compare/10.1.0...12.1.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: treosh/lighthouse-ci-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Holdgraf --- .github/workflows/publish.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b0ad0a3a..2778043e 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.10.0 + uses: pypa/gh-action-pypi-publish@v1.12.2 with: user: __token__ password: ${{ secrets.PYPI_KEY }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dbb8104b..1428b105 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@v3.1.4 + uses: codecov/codecov-action@v5.0.7 with: name: ebp-sbt-pytests-py3.7 flags: pytests @@ -124,7 +124,7 @@ jobs: assert len(unexpected) == 0, unexpected - name: Audit with Lighthouse - uses: treosh/lighthouse-ci-action@10.1.0 + uses: treosh/lighthouse-ci-action@12.1.0 with: configPath: ".github/workflows/lighthouserc.json" temporaryPublicStorage: true