Skip to content

Commit

Permalink
Merge pull request #1991 from python-visualization/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/github-actions-c5fec29836

Bump the github-actions group with 2 updates
  • Loading branch information
ocefpaf authored Sep 4, 2024
2 parents d42c375 + ca887cf commit e0c3f5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Create PR
if: ${{ github.event_name == 'release' }}
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: "docs: Update switcher.json for ${{ github.ref_name }}"
title: "docs: Update switcher.json for ${{ github.ref_name }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Publish a Python distribution to PyPI
if: success() && github.event_name == 'release'
uses: pypa/gh-action-pypi-publish@v1.10.0
uses: pypa/gh-action-pypi-publish@v1.10.1
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit e0c3f5b

Please sign in to comment.