Skip to content

Commit 717b7a7

Browse files
build(deps): bump the gha-updates group with 2 updates (#32)
Bumps the gha-updates group with 2 updates: [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `JamesIves/github-pages-deploy-action` from 4.7.1 to 4.7.2 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.7.1...v4.7.2) Updates `pypa/gh-action-pypi-publish` from 1.12.2 to 1.12.4 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.2...v1.12.4) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha-updates - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha-updates ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e0b46ce commit 717b7a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
path: docs/build/html
2424

2525
- name: Deploy 🚀
26-
uses: JamesIves/[email protected].1
26+
uses: JamesIves/[email protected].2
2727
if: ${{ github.event_name == 'push' }}
2828
with:
2929
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
# We do this, since failures on test.pypi aren't that bad
3232
- name: Publish to Test PyPI
3333
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
34-
uses: pypa/[email protected].2
34+
uses: pypa/[email protected].4
3535
with:
3636
user: __token__
3737
password: ${{ secrets.TEST_PYPI_PASSWORD }}
3838
repository-url: https://test.pypi.org/legacy/
3939

4040
- name: Publish distribution 📦 to PyPI
4141
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
42-
uses: pypa/[email protected].2
42+
uses: pypa/[email protected].4
4343
with:
4444
user: __token__
4545
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)