diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f03a32f..1779721 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -129,7 +129,7 @@ jobs: path: backend-plugin-sample/dist - name: Publish to PyPi - uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2 with: packages-dir: backend-plugin-sample/dist user: __token__ @@ -152,7 +152,7 @@ jobs: path: tutor-contrib-sample/dist - name: Publish to PyPi - uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2 with: packages-dir: tutor-contrib-sample/dist user: __token__