diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 07f06a8..26f070e 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -33,6 +33,6 @@ jobs: - name: Publish distribution to PyPI if: ${{ github.event_name == 'release' }} - uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b #1.10.2 + uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 #1.10.3 with: password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d1968bf..05df5a6 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -129,6 +129,6 @@ jobs: poetry run coverage xml -i - name: Upload coverage report - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 #4.5.0 + uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 #4.6.0 with: token: ${{ secrets.CODECOV_TOKEN }}