Skip to content

Commit 40f7c41

Browse files
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](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]>
1 parent 1cd3ca6 commit 40f7c41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -m build
2929
3030
- name: Publish
31-
uses: pypa/gh-action-pypi-publish@v1.10.0
31+
uses: pypa/gh-action-pypi-publish@v1.12.2
3232
with:
3333
user: __token__
3434
password: ${{ secrets.PYPI_KEY }}

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
# Disabled for now with false &&
7575
- name: Upload to Codecov
7676
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'
77-
uses: codecov/codecov-action@v3.1.4
77+
uses: codecov/codecov-action@v5.0.7
7878
with:
7979
name: ebp-sbt-pytests-py3.7
8080
flags: pytests
@@ -124,7 +124,7 @@ jobs:
124124
assert len(unexpected) == 0, unexpected
125125
126126
- name: Audit with Lighthouse
127-
uses: treosh/lighthouse-ci-action@10.1.0
127+
uses: treosh/lighthouse-ci-action@12.1.0
128128
with:
129129
configPath: ".github/workflows/lighthouserc.json"
130130
temporaryPublicStorage: true

0 commit comments

Comments
 (0)