Skip to content

Commit 28ec1e7

Browse files
Bump the actions group with 3 updates (#65)
* Bump the actions group with 3 updates Bumps the actions group with 3 updates: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish), [softprops/action-gh-release](https://github.com/softprops/action-gh-release) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `pypa/gh-action-pypi-publish` from 1.8.12 to 1.8.14 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@e53eb8b...81e9d93) Updates `softprops/action-gh-release` from 1 to 2 - [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@v1...v2) Updates `codecov/codecov-action` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@54bcd87...c16abc2) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> * pin by sha --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavel Zwerschke <[email protected]>
1 parent bd3ba68 commit 28ec1e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@ jobs:
4848
name: artifact
4949
path: dist
5050
- name: Publish package on TestPyPi
51-
uses: pypa/gh-action-pypi-publish@e53eb8b103ffcb59469888563dc324e3c8ba6f06
51+
uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450
5252
with:
5353
repository-url: https://test.pypi.org/legacy/
5454
- name: Publish package on PyPi
55-
uses: pypa/gh-action-pypi-publish@e53eb8b103ffcb59469888563dc324e3c8ba6f06
55+
uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450
5656
- uses: actions/checkout@v4
5757
- name: Push v${{ needs.build.outputs.new-version }} tag
5858
run: |
5959
git tag v${{ needs.build.outputs.new-version }}
6060
git push origin v${{ needs.build.outputs.new-version }}
6161
- name: Create release
62-
uses: softprops/action-gh-release@v1
62+
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564
6363
with:
6464
generate_release_notes: true
6565
tag_name: v${{ needs.build.outputs.new-version }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
report-title: ${{ matrix.env }}
4444
- name: Upload coverage reports to Codecov
4545
if: matrix.env == 'py312'
46-
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab
46+
uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8
4747
env:
4848
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4949
file: ./coverage.xml

0 commit comments

Comments
 (0)