diff --git a/release-poetry-package/action.yaml b/release-poetry-package/action.yaml index ef287b0..ad03145 100644 --- a/release-poetry-package/action.yaml +++ b/release-poetry-package/action.yaml @@ -63,7 +63,7 @@ runs: shell: bash - name: Version id: version - uses: cycjimmy/semantic-release-action@v3 + uses: cycjimmy/semantic-release-action@v4.2.2 with: dry_run: true branches: | @@ -111,7 +111,7 @@ runs: - name: Release id: release if: steps.version.outputs.new_release_published == 'true' - uses: cycjimmy/semantic-release-action@v3 + uses: cycjimmy/semantic-release-action@v4.2.2 with: dry_run: ${{ inputs.dry-run }} extra_plugins: ${{ inputs.extra-plugins }}