Skip to content

Commit

Permalink
ci: bump the actions-dependencies group across 1 directory with 2 upd…
Browse files Browse the repository at this point in the history
…ates

Bumps the actions-dependencies group with 2 updates in the / directory: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) and [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release).


Updates `pypa/gh-action-pypi-publish` from 1.11.0 to 1.12.2
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@fb13cb3...15c56db)

Updates `python-semantic-release/python-semantic-release` from 9.12.0 to 9.12.2
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](python-semantic-release/python-semantic-release@c1bcfdb...fb36fe8)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-dependencies
- dependency-name: python-semantic-release/python-semantic-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent 8cde2f5 commit b472a8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
merge-multiple: true

- name: Action | Publish distribution 📦 to TestPyPI
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # release/v1
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # release/v1
with:
skip-existing: true
print-hash: true
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
merge-multiple: true

- name: Setup | Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # release/v1
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # release/v1
with:
attestations: true
print-hash: true
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Action | Semantic Release - Update version
id: semantic_release
# Adjust tag with desired version if applicable.
uses: python-semantic-release/python-semantic-release@c1bcfdbb994243ac7cf419365d5894d6bfb2950e # v9.12.0
uses: python-semantic-release/python-semantic-release@fb36fe8309ffc827c7eef0baf7f5b2889812f9b1 # v9.12.2
with:
github_token: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
git_committer_name: "github-actions"
Expand Down

0 comments on commit b472a8a

Please sign in to comment.