We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acde50f commit 7aef0f7Copy full SHA for 7aef0f7
.github/workflows/cd.yml
@@ -44,4 +44,4 @@ jobs:
44
with:
45
subject-path: "dist/*"
46
47
- - uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
+ - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
.github/workflows/ci.yml
@@ -74,6 +74,6 @@ jobs:
74
75
- name: Upload coverage report
76
if: ${{ matrix.environment != 'tests-nogil' }}
77
- uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
+ uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
78
79
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments