Skip to content

Commit

Permalink
Build(deps): Bump the actions group with 3 updates (#876)
Browse files Browse the repository at this point in the history
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](pypa/gh-action-pypi-publish@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](codecov/codecov-action@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](treosh/lighthouse-ci-action@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Holdgraf <[email protected]>
  • Loading branch information
dependabot[bot] and choldgraf authored Dec 23, 2024
1 parent 1cd3ca6 commit 40f7c41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 40f7c41

Please sign in to comment.