Skip to content

Commit 97074b1

Browse files
Bump the gh-actions group across 1 directory with 2 updates (#241)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4723d00 commit 97074b1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
pytest --verbose --cov=. --cov-report=xml
4646
- name: Upload coverage to Codecov
47-
uses: codecov/codecov-action@v4.5.0
47+
uses: codecov/codecov-action@v4.6.0
4848
if: ${{ matrix.python-version }} == 3.10
4949
with:
5050
file: ./coverage.xml

.github/workflows/pypi-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
python -m pip install dist/xbatcher*.whl
8181
python -m xbatcher.util.print_versions
8282
- name: Publish package to TestPyPI
83-
uses: pypa/[email protected].1
83+
uses: pypa/[email protected].3
8484
with:
8585
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
8686
repository-url: https://test.pypi.org/legacy/
@@ -96,7 +96,7 @@ jobs:
9696
name: releases
9797
path: dist
9898
- name: Publish package to PyPI
99-
uses: pypa/[email protected].1
99+
uses: pypa/[email protected].3
100100
with:
101101
password: ${{ secrets.PYPI_API_TOKEN }}
102102
# verbose: true

.github/workflows/testpypi-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
python -m xbatcher.util.print_versions
5050
5151
- name: Publish package to TestPyPI
52-
uses: pypa/[email protected].1
52+
uses: pypa/[email protected].3
5353
with:
5454
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
5555
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)