diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml index bfbb8016..1f413c69 100644 --- a/.github/workflows/pr-automation.yml +++ b/.github/workflows/pr-automation.yml @@ -15,7 +15,7 @@ jobs: UPDATE_LABELS: automation/update UPDATE_METHOD: rebase name: Automerge - uses: pascalgn/automerge-action@v0.16.3 + uses: pascalgn/automerge-action@v0.16.4 name: pr-automation "on": check_suite: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3307ab6..2134477a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -257,7 +257,7 @@ jobs: # run: ./ci-scripts/ci/publish-tfgen-package ${{ github.workspace }} - if: ${{ matrix.language == 'python' && env.PUBLISH_PYPI == 'true' }} name: Publish package to PyPI - uses: pypa/gh-action-pypi-publish@v1.10.1 + uses: pypa/gh-action-pypi-publish@v1.10.2 with: user: ${{ env.PYPI_USERNAME }} password: ${{ env.PYPI_PASSWORD }}