Skip to content

Commit f07d415

Browse files
Merge branch 'main' into cold-start
2 parents 86c05f9 + 5c17503 commit f07d415

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
python -m pytest
5353
5454
- name: Upload code coverage to Codecov
55-
uses: codecov/codecov-action@v5.1.2
55+
uses: codecov/codecov-action@v5.3.1
5656
with:
5757
file: ./coverage.xml
5858
flags: unittests

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ jobs:
8181
name: releases
8282
path: dist
8383
- name: Publish package to PyPI
84-
uses: pypa/gh-action-pypi-publish@v1.12.3
84+
uses: pypa/gh-action-pypi-publish@v1.12.4

0 commit comments

Comments
 (0)