diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 81f67efb5..bfca348a1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -166,7 +166,7 @@ jobs: (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') ) || github.event.inputs.publish_to_pypi == 'true' - uses: pypa/gh-action-pypi-publish@v1.12.4 + uses: pypa/gh-action-pypi-publish@v1.13.0 publish_sdm: name: Publish SDM to DockerHub diff --git a/.github/workflows/welcome-message.yml b/.github/workflows/welcome-message.yml index 2e69406cc..1498f1733 100644 --- a/.github/workflows/welcome-message.yml +++ b/.github/workflows/welcome-message.yml @@ -31,7 +31,7 @@ jobs: - name: Render template id: template - uses: chuhlomin/render-template@v1.4 + uses: chuhlomin/render-template@v1.10 with: # Use a different template for internal vs forks (community) template: ${{ github.event.pull_request.head.repo.fork == true && '.github/pr-welcome-community.md' || '.github/pr-welcome-internal.md' }}