Skip to content

Commit c0a5061

Browse files
Bump the actions group with 3 updates
Bumps the actions group with 3 updates: [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata), [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `dependabot/fetch-metadata` from 2 to 3 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v2...v3) Updates `pypa/gh-action-pypi-publish` from 1.13.0 to 1.14.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.13.0...v1.14.0) Updates `softprops/action-gh-release` from 2 to 3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2...v3) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a0efa5c commit c0a5061

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Dependabot metadata
1515
id: metadata
16-
uses: dependabot/fetch-metadata@v2
16+
uses: dependabot/fetch-metadata@v3
1717
with:
1818
github-token: "${{ secrets.GITHUB_TOKEN }}"
1919
- name: Enable auto-merge for Dependabot PRs

.github/workflows/publish-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,19 +95,19 @@ jobs:
9595
# if: >-
9696
# (github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
9797
# || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
98-
# uses: pypa/gh-action-pypi-publish@v1.13.0
98+
# uses: pypa/gh-action-pypi-publish@v1.14.0
9999
# with:
100100
# repository-url: https://test.pypi.org/legacy/
101101
# print-hash: true
102102

103103
- name: Publish distribution 📦 to PyPI
104104
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
105-
uses: pypa/gh-action-pypi-publish@v1.13.0
105+
uses: pypa/gh-action-pypi-publish@v1.14.0
106106
with:
107107
print-hash: true
108108

109109
- name: Create GitHub Release from a Tag
110-
uses: softprops/action-gh-release@v2
110+
uses: softprops/action-gh-release@v3
111111
if: startsWith(github.ref, 'refs/tags/')
112112
with:
113113
files: dist/*

0 commit comments

Comments
 (0)