diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 91af254..8e58d41 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,18 +48,18 @@ jobs: name: artifact path: dist - name: Publish package on TestPyPi - uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 + uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 with: repository-url: https://test.pypi.org/legacy/ - name: Publish package on PyPi - uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 + uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 - uses: actions/checkout@v4 - name: Push v${{ needs.build.outputs.new-version }} tag run: | git tag v${{ needs.build.outputs.new-version }} git push origin v${{ needs.build.outputs.new-version }} - name: Create release - uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 + uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 with: generate_release_notes: true tag_name: v${{ needs.build.outputs.new-version }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3e4334..5d6edac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: report-title: ${{ matrix.env }} - name: Upload coverage reports to Codecov if: matrix.env == 'py312' - uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c + uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml