diff --git a/.github/workflows/auto_merge_notification.yml b/.github/workflows/auto_merge_notification.yml index 540310953..d0026d881 100644 --- a/.github/workflows/auto_merge_notification.yml +++ b/.github/workflows/auto_merge_notification.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Add Auto-Merge Notice if: github.event.action == 'auto_merge_enabled' - uses: bcgov/action-pr-description-add@v2.0.0 + uses: bcgov/action-pr-description-add@v2.0.1 with: add_markdown: | > [!IMPORTANT] @@ -24,7 +24,7 @@ jobs: - name: Remove Auto-Merge Notice if: github.event.action == 'auto_merge_disabled' - uses: bcgov/action-pr-description-add@v2.0.0 + uses: bcgov/action-pr-description-add@v2.0.1 with: add_markdown: | > [!NOTE] diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 31e22c6c7..b88e5db1d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -168,7 +168,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' }}